瀏覽代碼

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"'
     template = '\n  ChaCha%d ciphertext   for "%s" is "%s"'
     print template % (rounds, plain, cipher.encode('hex'))
     print template % (rounds, plain, cipher.encode('hex'))
-    
+
     # reset to decrypt
     # reset to decrypt
     cha.set_iv32(iv)
     cha.set_iv32(iv)
     decrypted = cha.crypt(cipher)
     decrypted = cha.crypt(cipher)