BIND 10 trac2376-callbacks, updated. 7d0cf9b4268bd037716a980db099ebc2e6c2da36 [2376] style fix: brace position
BIND 10 source code commits
bind10-changes at lists.isc.org
Mon Nov 19 02:36:38 UTC 2012
The branch, trac2376-callbacks has been updated
via 7d0cf9b4268bd037716a980db099ebc2e6c2da36 (commit)
from d848160aede1dceacc9a2e45eb4ebb00fe51f102 (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 7d0cf9b4268bd037716a980db099ebc2e6c2da36
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Mon Nov 19 11:36:25 2012 +0900
[2376] style fix: brace position
-----------------------------------------------------------------------
Summary of changes:
src/lib/dns/loader_callbacks.h | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/lib/dns/loader_callbacks.h b/src/lib/dns/loader_callbacks.h
index 88e4a51..93743c2 100644
--- a/src/lib/dns/loader_callbacks.h
+++ b/src/lib/dns/loader_callbacks.h
@@ -115,8 +115,7 @@ public:
/// \brief Call the add callback.
///
/// This is called for each loaded RRset.
- void addRRset(const RRsetPtr& rrset)
- {
+ void addRRset(const RRsetPtr& rrset) {
add_(rrset);
}
More information about the bind10-changes
mailing list