Browse Source

[2387] style fix: folded a long line.

JINMEI Tatuya 12 years ago
parent
commit
8e3eb1576a
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/lib/dns/rdata/generic/detail/nsec_bitmap.cc

+ 2 - 1
src/lib/dns/rdata/generic/detail/nsec_bitmap.cc

@@ -118,7 +118,8 @@ buildBitmapsFromLexer(const char* const rrtype_name,
               return;
          }
          isc_throw(InvalidRdataText,
-                   rrtype_name << " record does not end with RR type mnemonic");
+                   rrtype_name <<
+                   " record does not end with RR type mnemonic");
     }
 
     for (int window = 0; window < 256; ++window) {