BIND 10 trac2384, updated. 09e72e680a11354f6215946b1981b006a1f3f192 [2384] style fix: folded a long line

BIND 10 source code commits bind10-changes at lists.isc.org
Fri Nov 9 17:21:38 UTC 2012


The branch, trac2384 has been updated
       via  09e72e680a11354f6215946b1981b006a1f3f192 (commit)
      from  7460fff538000fa1f1c0d88f99ac2ed5b130fd1c (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 09e72e680a11354f6215946b1981b006a1f3f192
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Fri Nov 9 09:21:29 2012 -0800

    [2384] style fix: folded a long line

-----------------------------------------------------------------------

Summary of changes:
 src/lib/dns/rrttl.cc |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

-----------------------------------------------------------------------
diff --git a/src/lib/dns/rrttl.cc b/src/lib/dns/rrttl.cc
index 2fb755f..5f7dae5 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<int64_t>(ttlstr);
                     break;
                 }



More information about the bind10-changes mailing list