summaryrefslogtreecommitdiff
path: root/ida.cpp
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2016-09-10 04:57:48 -0400
committerJeffrey Walton <noloader@gmail.com>2016-09-10 04:57:48 -0400
commit894874fe75ce079ad57e9d5e19813193b129152d (patch)
treefae5a8307351b8200238038f05a32f7e91e8006e /ida.cpp
parent4414b864cf69edc7e142c96fdca53bfa898de539 (diff)
downloadcryptopp-git-894874fe75ce079ad57e9d5e19813193b129152d.tar.gz
Whitespace checkin
Diffstat (limited to 'ida.cpp')
-rw-r--r--ida.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ida.cpp b/ida.cpp
index 04f8850d..3c04ce61 100644
--- a/ida.cpp
+++ b/ida.cpp
@@ -318,7 +318,7 @@ size_t InformationDispersal::Put2(const byte *begin, size_t length, int messageE
{
if (!blocking)
throw BlockingInputOnly("InformationDispersal");
-
+
while (length--)
{
m_ida.ChannelData(m_nextChannel, begin, 1, false);