]> arthur.barton.de Git - bup.git/blobdiff - lib/bup/main.py
pylint: check for trailing whitespace
[bup.git] / lib / bup / main.py
index 0234a1b68ede1f57ff1ed2cc71b924b663cf1b18..5b6cad1f9b21fdf760df2d9ca68485f017c1ad90 100755 (executable)
@@ -82,7 +82,7 @@ def usage(msg=""):
     for cmd,synopsis in sorted(common.items()):
         log('    %-10s %s\n' % (cmd, synopsis))
     log('\n')
-    
+
     log('Other available commands:\n')
     cmds = set()
     for c in sorted(os.listdir(cmdpath)):
@@ -98,7 +98,7 @@ def usage(msg=""):
 
     log(columnate(sorted(cmds), '    '))
     log('\n')
-    
+
     log("See 'bup help COMMAND' for more information on " +
         "a specific command.\n")
     if msg: