[openrtm-commit:01994] r2756 - trunk/OpenRTM-aist/src/lib/rtm
openrtm @ openrtm.org
openrtm @ openrtm.org
2016年 7月 19日 (火) 13:25:30 JST
Author: n-ando
Date: 2016-07-19 13:25:30 +0900 (Tue, 19 Jul 2016)
New Revision: 2756
Modified:
trunk/OpenRTM-aist/src/lib/rtm/OutPort.h
Log:
[compat,->RELENG_1_1] Indent level has been modified.
Modified: trunk/OpenRTM-aist/src/lib/rtm/OutPort.h
===================================================================
--- trunk/OpenRTM-aist/src/lib/rtm/OutPort.h 2016-06-11 07:31:16 UTC (rev 2755)
+++ trunk/OpenRTM-aist/src/lib/rtm/OutPort.h 2016-07-19 04:25:30 UTC (rev 2756)
@@ -140,9 +140,9 @@
{
addProperty("dataport.data_value", CORBA::Short(0));
{
- Guard guard(m_profile_mutex);
- m_propValueIndex = NVUtil::find_index(m_profile.properties,
- "dataport.data_value");
+ Guard guard(m_profile_mutex);
+ m_propValueIndex = NVUtil::find_index(m_profile.properties,
+ "dataport.data_value");
}
}
@@ -216,8 +216,8 @@
RTC_TRACE(("OnWrite called"));
}
{
- Guard guard(m_profile_mutex);
- m_profile.properties[m_propValueIndex].value <<= value;
+ Guard guard(m_profile_mutex);
+ m_profile.properties[m_propValueIndex].value <<= value;
}
bool result(true);
More information about the openrtm-commit
mailing list