]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
Whitespace cleanup.
authorTommi Virtanen <tommi.virtanen@dreamhost.com>
Fri, 1 Jul 2011 16:29:19 +0000 (09:29 -0700)
committerTommi Virtanen <tommi.virtanen@dreamhost.com>
Fri, 1 Jul 2011 16:29:19 +0000 (09:29 -0700)
teuthology/suite.py

index ac4da570934ed5d70cac743ada3bc447e789e077..ba200a1a9ce2bbe50be007e7c94e945b8093a3eb 100644 (file)
@@ -129,11 +129,11 @@ def ls():
     args = parser.parse_args()
 
     import yaml
-    
+
     for j in sorted(os.listdir(args.archive_dir)):
         if j.startswith('.'):
             continue
-        
+
         try:
             summary = {}
             with file('%s/%s/summary.yaml' % (args.archive_dir,j)) as f: