From: JINMEI Tatuya Date: Thu, 17 May 2012 18:46:33 +0000 (-0700) Subject: [1207] minor style fix: adjusted a brace position. X-Git-Tag: trac2351_base~226^2~90^2~7 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5da5594d9b80f3b92d0700fdd45c145de56a46d2;p=thirdparty%2Fkea.git [1207] minor style fix: adjusted a brace position. --- diff --git a/src/bin/auth/auth_config.cc b/src/bin/auth/auth_config.cc index 7a80008726..b8f560b9d2 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