Browse Source

[1138] style fixes

Dima Volodin 13 years ago
parent
commit
bbc661e3c3
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/lib/dns/rdata/in_1/dhcid_49.cc

+ 2 - 2
src/lib/dns/rdata/in_1/dhcid_49.cc

@@ -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) {