BIND 10 trac1207, updated. 5da5594d9b80f3b92d0700fdd45c145de56a46d2 [1207] minor style fix: adjusted a brace position.

BIND 10 source code commits bind10-changes at lists.isc.org
Thu May 17 21:21:41 UTC 2012


The branch, trac1207 has been updated
       via  5da5594d9b80f3b92d0700fdd45c145de56a46d2 (commit)
      from  63bb58065a7136106c24e09f14a1f61177aa6d7f (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 5da5594d9b80f3b92d0700fdd45c145de56a46d2
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Thu May 17 11:46:33 2012 -0700

    [1207] minor style fix: adjusted a brace position.

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

Summary of changes:
 src/bin/auth/auth_config.cc |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/bin/auth/auth_config.cc b/src/bin/auth/auth_config.cc
index 7a80008..b8f560b 100644
--- a/src/bin/auth/auth_config.cc
+++ b/src/bin/auth/auth_config.cc
@@ -248,8 +248,7 @@ private:
 } // end of unnamed namespace
 
 AuthConfigParser*
-createAuthConfigParser(AuthSrv& server, const std::string& config_id)
-{
+createAuthConfigParser(AuthSrv& server, const std::string& config_id) {
     // For the initial implementation we use a naive if-else blocks for
     // simplicity.  In future we'll probably generalize it using map-like
     // data structure, and may even provide external register interface so



More information about the bind10-changes mailing list