Переглянути джерело

remove traling space for Travis

Larry Bugbee 8 роки тому
батько
коміт
8b703c1505
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      demos/demo_dynamic.py

+ 1 - 1
demos/demo_dynamic.py

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