Browse Source

[trac505] Split long line

Michal 'vorner' Vaner 14 years ago
parent
commit
e7251d0c58
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/bin/auth/query.cc

+ 2 - 2
src/bin/auth/query.cc

@@ -177,8 +177,8 @@ Query::process() const {
                     break;
                 }
                 /*
-                 * In case the synthetized name is too long, section 4.1 of RFC 2672
-                 * mandates we return YXDOMAIN.
+                 * In case the synthetized name is too long, section 4.1 of RFC
+                 * 2672 mandates we return YXDOMAIN.
                  */
                 catch (const isc::dns::TooLongName&) {
                     response_.setRcode(Rcode::YXDOMAIN());