Browse Source

[640] another minor fix: indentation

JINMEI Tatuya 13 years ago
parent
commit
4a8fa93781
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/lib/config/ccsession.cc

+ 2 - 1
src/lib/config/ccsession.cc

@@ -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");