[tor-commits] [tor/master] test: Fix a python double-space

teor at torproject.org teor at torproject.org
Tue Nov 26 01:04:54 UTC 2019


commit 2a71a58d4ff1a0a55aac68f483be1ce12bb48488
Author: teor <teor at torproject.org>
Date:   Sun Nov 17 00:04:10 2019 +1000

    test: Fix a python double-space
---
 src/test/ntor_ref.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/test/ntor_ref.py b/src/test/ntor_ref.py
index 204f05e2a..3e642eb25 100755
--- a/src/test/ntor_ref.py
+++ b/src/test/ntor_ref.py
@@ -99,7 +99,7 @@ else:
    def int2byte(i):
       return bytes([i])
 
-def  kdf_rfc5869(key, salt, info, n):
+def kdf_rfc5869(key, salt, info, n):
 
     prk = HMAC(key=salt, msg=key)
 





More information about the tor-commits mailing list