chiark / gitweb /
fix PEP8 "E226 missing whitespace around arithmetic operator"
[fdroidserver.git] / fdroid
diff --git a/fdroid b/fdroid
index 9b5e120c0c9ce3476826cfa3fb1c1638116ab804..c597eaead50e9f98fe4bdfe9991ee1015ee51d71 100755 (executable)
--- a/fdroid
+++ b/fdroid
@@ -44,7 +44,7 @@ def print_help():
     print
     print "Valid commands are:"
     for cmd, summary in commands.items():
-        print "   " + cmd + ' '*(15-len(cmd)) + summary
+        print "   " + cmd + ' ' * (15 - len(cmd)) + summary
     print