diff options
| author | Jeffrey Walton <noloader@gmail.com> | 2016-09-10 04:57:48 -0400 |
|---|---|---|
| committer | Jeffrey Walton <noloader@gmail.com> | 2016-09-10 04:57:48 -0400 |
| commit | 894874fe75ce079ad57e9d5e19813193b129152d (patch) | |
| tree | fae5a8307351b8200238038f05a32f7e91e8006e /basecode.cpp | |
| parent | 4414b864cf69edc7e142c96fdca53bfa898de539 (diff) | |
| download | cryptopp-git-894874fe75ce079ad57e9d5e19813193b129152d.tar.gz | |
Whitespace checkin
Diffstat (limited to 'basecode.cpp')
| -rw-r--r-- | basecode.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/basecode.cpp b/basecode.cpp index 9c6a31bc..e4806466 100644 --- a/basecode.cpp +++ b/basecode.cpp @@ -88,7 +88,7 @@ size_t BaseN_Encoder::Put2(const byte *begin, size_t length, int messageEnd, boo m_outBuf[i] = m_alphabet[m_outBuf[i]];
}
FILTER_OUTPUT(1, m_outBuf, m_outputBlockSize, 0);
-
+
m_bytePos = m_bitPos = 0;
}
}
|
