summaryrefslogtreecommitdiff
path: root/zdeflate.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2016-07-24 23:41:24 -0400
committerJeffrey Walton <noloader@gmail.com>2016-07-24 23:41:24 -0400
commitb99a92fe722e9229f4c1395c13e6b6b40ff6e03f (patch)
tree3b35edbc8cd8bceb18641b7f82ea4f4d577e334f /zdeflate.h
parent57337a5479cddd5d0509c127200faff23b9a7f5c (diff)
downloadcryptopp-git-b99a92fe722e9229f4c1395c13e6b6b40ff6e03f.tar.gz
Whitespace checkin
Diffstat (limited to 'zdeflate.h')
-rw-r--r--zdeflate.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/zdeflate.h b/zdeflate.h
index de221668..f6b42c21 100644
--- a/zdeflate.h
+++ b/zdeflate.h
@@ -44,12 +44,12 @@ public:
//! \brief Construct a HuffmanEncoder
HuffmanEncoder() {}
-
+
//! \brief Construct a HuffmanEncoder
//! \param codeBits a table of code bits
//! \param nCodes the number of codes in the table
HuffmanEncoder(const unsigned int *codeBits, unsigned int nCodes);
-
+
//! \brief Initialize or reinitialize this object
//! \param codeBits a table of code bits
//! \param nCodes the number of codes in the table