From: JINMEI Tatuya Date: Fri, 3 Feb 2012 07:28:17 +0000 (-0800) Subject: [640] another minor fix: indentation X-Git-Tag: trac2351_base~261^2~1^2~9 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4a8fa93781cce0dbd33f55e604d87db511fb5903;p=thirdparty%2Fkea.git [640] another minor fix: indentation --- diff --git a/src/lib/config/ccsession.cc b/src/lib/config/ccsession.cc index 3d8bd7648b..63fa4cdcf9 100644 --- a/src/lib/config/ccsession.cc +++ b/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");