fix formatting style for uORB

This commit is contained in:
Beat Küng
2016-04-15 15:07:43 +02:00
committed by tumbili
parent 934207b518
commit 9041b7e16d
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -689,6 +689,7 @@ uORB::DeviceNode *uORB::DeviceMaster::GetDeviceNode(const char *nodepath)
std::string np(nodepath);
auto iter = _node_map.find(np);
if (iter != _node_map.end()) {
rc = iter->second;
}
+1
View File
@@ -98,6 +98,7 @@ uorb_main(int argc, char *argv[])
PX4_WARN("orb is not running! start it first");
return -ESRCH;
}
uORBTest::UnitTest &t = uORBTest::UnitTest::instance();
return t.test();
}