[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

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



commit 2a71a58d4ff1a0a55aac68f483be1ce12bb48488
Author: teor <teor@xxxxxxxxxxxxxx>
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)
 



_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits