From f13511947d516ac6b80b4928d06b134087518c62 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Mon, 20 Jul 2015 12:19:18 -0400 Subject: Whitespace checkin --- arc4.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arc4.h b/arc4.h index 9dcc92ef..6c7ccaaf 100644 --- a/arc4.h +++ b/arc4.h @@ -18,7 +18,7 @@ public: void GenerateBlock(byte *output, size_t size); void DiscardBytes(size_t n); - void ProcessData(byte *outString, const byte *inString, size_t length); + void ProcessData(byte *outString, const byte *inString, size_t length); bool IsRandomAccess() const {return false;} bool IsSelfInverting() const {return true;} -- cgit v1.2.1