Browse Source

remove trailing space

Larry Bugbee 8 years ago
parent
commit
6bbb450d40
1 changed files with 1 additions and 1 deletions
  1. 1 1
      demos/demo_dynamic.py3

+ 1 - 1
demos/demo_dynamic.py3

@@ -298,7 +298,7 @@ if SHOW_CHACHA_EXAMPLE:
 
 
     template = '\n  ChaCha%d ciphertext   for "%s" is "%s"'
     template = '\n  ChaCha%d ciphertext   for "%s" is "%s"'
     print(template % (rounds, plain, hexlify(cipher)))
     print(template % (rounds, plain, hexlify(cipher)))
-    
+
     cha.set_iv32(iv)                    # reset to decrypt
     cha.set_iv32(iv)                    # reset to decrypt
     decrypted = cha.crypt(cipher)
     decrypted = cha.crypt(cipher)