unify spacing
authorPhilipp Hagemeister <phihag@phihag.de>
Tue, 27 Nov 2012 17:49:18 +0000 (18:49 +0100)
committerPhilipp Hagemeister <phihag@phihag.de>
Tue, 27 Nov 2012 17:49:18 +0000 (18:49 +0100)
youtube_dl/utils.py

index 40d6823a0f8ddbbf42a54bf4b0aea9e344825600..45582ca11cd182ff019a3ca8c49e2ff369692cee 100644 (file)
@@ -27,9 +27,9 @@ std_headers = {
 }
 
 try:
-    compat_str = unicode # Python 2
+       compat_str = unicode # Python 2
 except NameError:
-    compat_str = str
+       compat_str = str
 
 def preferredencoding():
        """Get preferred encoding.