Browse Source

use spaces to indent instead of tabs

lennylxx 8 years ago
parent
commit
bbc28354f9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tools/list-sn-spec.py

+ 1 - 1
tools/list-sn-spec.py

@@ -5,7 +5,7 @@ import sys
 def main():
     sn = sys.argv[1]
     for k in range(1, 21):
-    	print 'r%d' % k + '---' + 'sn-' + sn + '.googlevideo.com'
+        print 'r%d' % k + '---' + 'sn-' + sn + '.googlevideo.com'
 
 if __name__ == '__main__':
     main()