Browse Source

[2930] style fix: postion of &

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

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

@@ -885,8 +885,8 @@ ModuleCCSession::rpcCall(const std::string &command, const std::string &group,
 }
 
 void
-ModuleCCSession::notify(const std::string &group, const std::string &name,
-                        const ConstElementPtr &params)
+ModuleCCSession::notify(const std::string& group, const std::string& name,
+                        const ConstElementPtr& params)
 {
     const ElementPtr message(Element::createMap());
     const ElementPtr notification(Element::createList());