[openrtm-commit:02388] r2921 - trunk/OpenRTM-aist/src/lib/rtm

openrtm @ openrtm.org openrtm @ openrtm.org
2017年 2月 7日 (火) 00:52:37 JST


Author: n-ando
Date: 2017-02-07 00:52:37 +0900 (Tue, 07 Feb 2017)
New Revision: 2921

Modified:
   trunk/OpenRTM-aist/src/lib/rtm/ConfigAdmin.cpp
Log:
[compat,format] Indent modified.

Modified: trunk/OpenRTM-aist/src/lib/rtm/ConfigAdmin.cpp
===================================================================
--- trunk/OpenRTM-aist/src/lib/rtm/ConfigAdmin.cpp	2017-02-06 05:12:21 UTC (rev 2920)
+++ trunk/OpenRTM-aist/src/lib/rtm/ConfigAdmin.cpp	2017-02-06 15:52:37 UTC (rev 2921)
@@ -31,10 +31,10 @@
    * @endif
    */
   void ConfigBase::setCallback(ConfigAdmin* cadmin, CallbackFunc cbf)
-    {
-      m_admin = cadmin;
-      m_callback = cbf;
-    }
+  {
+    m_admin = cadmin;
+    m_callback = cbf;
+  }
 
   /*!
    * @if jp



More information about the openrtm-commit mailing list