From a027af3a7364098afb82bd1325e6238804047ed2 Mon Sep 17 00:00:00 2001 From: cheatfate Date: Wed, 28 Mar 2018 03:22:20 +0300 Subject: [PATCH] Remove trailing spaces. --- ethp2p/auth.nim | 2 +- ethp2p/hexdump.nim | 2 +- tests/testauth.nim | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ethp2p/auth.nim b/ethp2p/auth.nim index 65b99b9..d3ec49d 100644 --- a/ethp2p/auth.nim +++ b/ethp2p/auth.nim @@ -816,7 +816,7 @@ when isMainModule: # the expected values. var taes = fromHex(stripSpaces(testE8Value("auth2ack2_aes_secret"))) var tmac = fromHex(stripSpaces(testE8Value("auth2ack2_mac_secret"))) - + var csecInitiator: ConnectionSecret var csecResponder: ConnectionSecret diff --git a/ethp2p/hexdump.nim b/ethp2p/hexdump.nim index cee7598..38498d9 100644 --- a/ethp2p/hexdump.nim +++ b/ethp2p/hexdump.nim @@ -1,4 +1,4 @@ -# +# # Copyright (c) 2016 Eugene Kabanov # # Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/tests/testauth.nim b/tests/testauth.nim index d4b1c8f..63bf194 100644 --- a/tests/testauth.nim +++ b/tests/testauth.nim @@ -263,7 +263,7 @@ suite "Ethereum P2P handshake test suite": var k0: PlainAuthAckMessage var ek0: AuthAckMessage - + test "Auth ACK expectation": # Check that the auth_ack msg generated by the responder is what we # expect.