Browse Source

[2205] minor style fix: brace position

JINMEI Tatuya 12 years ago
parent
commit
9904c81d78
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/bin/auth/datasrc_clients_mgr.h

+ 2 - 1
src/bin/auth/datasrc_clients_mgr.h

@@ -144,7 +144,8 @@ private:
     void cleanup() {}
     void cleanup() {}
 
 
     void sendCommand(datasrc_clientmgr_internal::CommandID command,
     void sendCommand(datasrc_clientmgr_internal::CommandID command,
-                     data::ConstElementPtr arg) {
+                     data::ConstElementPtr arg)
+    {
         {
         {
             typename MutexType::Locker locker(queue_mutex_);
             typename MutexType::Locker locker(queue_mutex_);
             command_queue_.push_back(
             command_queue_.push_back(