]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[1207] minor style fix: adjusted a brace position.
authorJINMEI Tatuya <jinmei@isc.org>
Thu, 17 May 2012 18:46:33 +0000 (11:46 -0700)
committerJINMEI Tatuya <jinmei@isc.org>
Thu, 17 May 2012 18:46:33 +0000 (11:46 -0700)
src/bin/auth/auth_config.cc

index 7a8000872617776b68f269a039e3661ef25abdec..b8f560b9d2e907424cb9bad559e1f6ecfa012675 100644 (file)
@@ -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