summaryrefslogtreecommitdiff
path: root/asn.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 /asn.cpp
parent4414b864cf69edc7e142c96fdca53bfa898de539 (diff)
downloadcryptopp-git-894874fe75ce079ad57e9d5e19813193b129152d.tar.gz
Whitespace checkin
Diffstat (limited to 'asn.cpp')
-rw-r--r--asn.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/asn.cpp b/asn.cpp
index c4d617d6..13cd50c3 100644
--- a/asn.cpp
+++ b/asn.cpp
@@ -266,7 +266,7 @@ void OID::BERDecode(BufferedTransformation &bt)
if (!bt.Get(b))
BERDecodeError();
-
+
length--;
m_values.resize(2);
m_values[0] = b / 40;
@@ -292,7 +292,7 @@ void OID::BERDecodeAndCheck(BufferedTransformation &bt) const
inline BufferedTransformation & EncodedObjectFilter::CurrentTarget()
{
- if (m_flags & PUT_OBJECTS)
+ if (m_flags & PUT_OBJECTS)
return *AttachedTransformation();
else
return TheBitBucket();
@@ -352,7 +352,7 @@ void EncodedObjectFilter::Put(const byte *inString, size_t length)
case TAIL: // silence warnings
case ALL_DONE:
- default: ;;
+ default: ;;
}
if (m_state == IDENTIFIER && m_level == 0)