]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2384] style fix: folded a long line
authorJINMEI Tatuya <jinmei@isc.org>
Fri, 9 Nov 2012 17:21:29 +0000 (09:21 -0800)
committerJINMEI Tatuya <jinmei@isc.org>
Fri, 9 Nov 2012 17:21:29 +0000 (09:21 -0800)
src/lib/dns/rrttl.cc

index 2fb755f96ed230b08eb1a345b9d9f8295956ba01..5f7dae509cb99f3b31773bdef028b017aca22842 100644 (file)
@@ -83,7 +83,8 @@ RRTTL::RRTTL(const std::string& ttlstr) {
                     isc_throw(InvalidRRTTL, "Missing the last unit: " <<
                               ttlstr);
                 } else {
-                    // Case without any units at all. Just convert and store it.
+                    // Case without any units at all. Just convert and store
+                    // it.
                     val = boost::lexical_cast<int64_t>(ttlstr);
                     break;
                 }