Whitespace fixes

This commit is contained in:
Sylvain Munaut 2011-12-08 20:08:26 +01:00
parent e10394bfb6
commit 1a914439b8
1 changed files with 2 additions and 2 deletions

View File

@ -174,7 +174,7 @@ def _dbi_binary_quote(s):
e = i
if m == 0: # No overhead ? use this !
break;
# Generate output
out = []
out.append( chr(e) ) # Offset
@ -439,7 +439,7 @@ if __name__ == '__main__':
done = False
first = True
card = None
while not done:
# Connect transport
print "Insert card now (or CTRL-C to cancel)"