From: JINMEI Tatuya Date: Fri, 9 Nov 2012 17:21:29 +0000 (-0800) Subject: [2384] style fix: folded a long line X-Git-Tag: trac2487_base~1^2~29^2~2^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=09e72e680a11354f6215946b1981b006a1f3f192;p=thirdparty%2Fkea.git [2384] style fix: folded a long line --- diff --git a/src/lib/dns/rrttl.cc b/src/lib/dns/rrttl.cc index 2fb755f96e..5f7dae509c 100644 --- a/src/lib/dns/rrttl.cc +++ b/src/lib/dns/rrttl.cc @@ -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(ttlstr); break; }