BIND 10 trac2387, updated. 8e3eb1576a4f04736aeb7d44d9b13d19729a7062 [2387] style fix: folded a long line.
BIND 10 source code commits
bind10-changes at lists.isc.org
Thu Mar 28 21:55:11 UTC 2013
The branch, trac2387 has been updated
via 8e3eb1576a4f04736aeb7d44d9b13d19729a7062 (commit)
from edd462bc9e8f727b1ebdf14b3f7cb6c844dee35a (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 8e3eb1576a4f04736aeb7d44d9b13d19729a7062
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Thu Mar 28 14:55:03 2013 -0700
[2387] style fix: folded a long line.
-----------------------------------------------------------------------
Summary of changes:
src/lib/dns/rdata/generic/detail/nsec_bitmap.cc | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
-----------------------------------------------------------------------
diff --git a/src/lib/dns/rdata/generic/detail/nsec_bitmap.cc b/src/lib/dns/rdata/generic/detail/nsec_bitmap.cc
index 1f2ab35..21556ab 100644
--- a/src/lib/dns/rdata/generic/detail/nsec_bitmap.cc
+++ b/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) {
More information about the bind10-changes
mailing list