浏览代码

unify spacing

Philipp Hagemeister 12 年之前
父节点
当前提交
0969bdd305
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      youtube_dl/utils.py

+ 2 - 2
youtube_dl/utils.py

@@ -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.