BIND 10 trac2522, updated. 8c06e54ac7cdefa669326da0280294ea88196575 [2522] trivial style fix
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed May 15 00:27:17 UTC 2013
The branch, trac2522 has been updated
via 8c06e54ac7cdefa669326da0280294ea88196575 (commit)
from a154032687e8ba7c5c5cff880f34cd37166688c9 (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 8c06e54ac7cdefa669326da0280294ea88196575
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Tue May 14 17:27:09 2013 -0700
[2522] trivial style fix
-----------------------------------------------------------------------
Summary of changes:
src/lib/dns/rdata/generic/rp_17.cc | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
-----------------------------------------------------------------------
diff --git a/src/lib/dns/rdata/generic/rp_17.cc b/src/lib/dns/rdata/generic/rp_17.cc
index 82cbd99..0ac45e8 100644
--- a/src/lib/dns/rdata/generic/rp_17.cc
+++ b/src/lib/dns/rdata/generic/rp_17.cc
@@ -32,7 +32,8 @@ using isc::dns::rdata::generic::detail::createNameFromLexer;
// BEGIN_RDATA_NAMESPACE
// helper function for string and lexer constructors
-void RP::constructFromLexer(MasterLexer& lexer, const Name* origin) {
+void
+RP::constructFromLexer(MasterLexer& lexer, const Name* origin) {
mailbox_ = createNameFromLexer(lexer, origin);
text_ = createNameFromLexer(lexer, origin);
}
More information about the bind10-changes
mailing list