Fix whitespace and indentation, per pep8

This commit is contained in:
Magnus Hagander
2019-01-17 20:47:43 +01:00
parent 87237f6536
commit 0883ac6423
114 changed files with 890 additions and 548 deletions

View File

@ -17,4 +17,3 @@ if __name__ == "__main__":
r = Random.new()
key = r.read(32)
print base64.b64encode(key)