fix PEP8 "E226 missing whitespace around arithmetic operator"

This commit is contained in:
Hans-Christoph Steiner 2014-05-06 13:56:44 -04:00
parent 0e00b36db5
commit 37d6d87ff7
8 changed files with 25 additions and 23 deletions

2
fdroid
View file

@ -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