]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/blobdiff - src/allmydata/scripts/tahoe_ls.py
Remove all trailing whitespace from .py files.
[tahoe-lafs/tahoe-lafs.git] / src / allmydata / scripts / tahoe_ls.py
index 89ef3347a80bcd4ac88c6ccff491603be984f61f..e64e9d2049028df67c8ab3d4d0964f8a4004ce2f 100644 (file)
@@ -174,7 +174,7 @@ def list(options):
         piece += "s"
         fmt_pieces.append(piece)
     fmt = " ".join(fmt_pieces)
-    
+
     rc = 0
     for (encoding_error, row) in rows:
         if encoding_error: