Whitespace checkin

pull/35/head
Jeffrey Walton 2015-07-20 12:19:18 -04:00
parent d40eee99c0
commit f13511947d
1 changed files with 1 additions and 1 deletions

2
arc4.h
View File

@ -18,7 +18,7 @@ public:
void GenerateBlock(byte *output, size_t size); void GenerateBlock(byte *output, size_t size);
void DiscardBytes(size_t n); 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 IsRandomAccess() const {return false;}
bool IsSelfInverting() const {return true;} bool IsSelfInverting() const {return true;}