BIND 10 trac2205, updated. 9904c81d783e8e4678ba6de3db438ddbb186dcaa [2205] minor style fix: brace position
BIND 10 source code commits
bind10-changes at lists.isc.org
Thu Oct 18 00:24:26 UTC 2012
The branch, trac2205 has been updated
via 9904c81d783e8e4678ba6de3db438ddbb186dcaa (commit)
from 0582539b207817d0ab63a2f07923d9cd69b520a7 (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 9904c81d783e8e4678ba6de3db438ddbb186dcaa
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Wed Oct 17 17:23:31 2012 -0700
[2205] minor style fix: brace position
-----------------------------------------------------------------------
Summary of changes:
src/bin/auth/datasrc_clients_mgr.h | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
-----------------------------------------------------------------------
diff --git a/src/bin/auth/datasrc_clients_mgr.h b/src/bin/auth/datasrc_clients_mgr.h
index c8191c3..4505b4e 100644
--- a/src/bin/auth/datasrc_clients_mgr.h
+++ b/src/bin/auth/datasrc_clients_mgr.h
@@ -144,7 +144,8 @@ private:
void cleanup() {}
void sendCommand(datasrc_clientmgr_internal::CommandID command,
- data::ConstElementPtr arg) {
+ data::ConstElementPtr arg)
+ {
{
typename MutexType::Locker locker(queue_mutex_);
command_queue_.push_back(
More information about the bind10-changes
mailing list