Browse Source

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

JINMEI Tatuya 13 years ago
parent
commit
5da5594d9b
1 changed files with 1 additions and 2 deletions
  1. 1 2
      src/bin/auth/auth_config.cc

+ 1 - 2
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