Parcourir la source

[640] another minor fix: indentation

JINMEI Tatuya il y a 13 ans
Parent
commit
4a8fa93781
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  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");