]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[1138] style fixes
authorDima Volodin <dvv@isc.org>
Wed, 17 Aug 2011 14:01:04 +0000 (10:01 -0400)
committerDima Volodin <dvv@isc.org>
Wed, 17 Aug 2011 14:01:04 +0000 (10:01 -0400)
src/lib/dns/rdata/in_1/dhcid_49.cc

index b0a76f184fa2594b3d8c6b14a9566ec7b0afaf16..937b068bdea483fa25564d3912b2fddcd11c416b 100644 (file)
@@ -38,8 +38,8 @@ DHCID::DHCID(const string& dhcid_str) {
     iss >> &digestbuf;
     decodeHex(digestbuf.str(), digest_);
 
-    // RFC4701 states DNS software should consider the RDATA section to be opaque,
-    // but there must be at least three bytes in the data:
+    // RFC4701 states DNS software should consider the RDATA section to
+    // be opaque, but there must be at least three bytes in the data:
     // < 2 octets >    Identifier type code
     // < 1 octet >     Digest type code
     if (digest_.size() < 3) {