]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[640] another minor fix: indentation
authorJINMEI Tatuya <jinmei@isc.org>
Fri, 3 Feb 2012 07:28:17 +0000 (23:28 -0800)
committerJINMEI Tatuya <jinmei@isc.org>
Fri, 3 Feb 2012 07:28:17 +0000 (23:28 -0800)
src/lib/config/ccsession.cc

index 3d8bd7648bc0a885daf649754bf0ab33693af2d7..63fa4cdcf938e312be36eaf71f2a2b9e11c76840 100644 (file)
@@ -757,7 +757,8 @@ void
 ModuleCCSession::sendStopping() {
     // Inform the configuration manager that this module is stopping
     ConstElementPtr cmd(createCommand("stopping",
-                        Element::fromJSON("{\"module_name\": \"" +
+                                      Element::fromJSON(
+                                          "{\"module_name\": \"" +
                                           module_name_ + "\"}")));
     // It's just an FYI, configmanager is not expected to respond.
     session_.group_sendmsg(cmd, "ConfigManager");