Skip to content

Commit 3905e20

Browse files
BryanStuurmandestogl
authored andcommitted
Update joint_state_controller/src/joint_state_controller.cpp
whitespace tidy Co-authored-by: Dr. Denis <denis@stoglrobotics.de>
1 parent bba197e commit 3905e20

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

joint_state_controller/src/joint_state_controller.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,6 @@ namespace joint_state_controller
137137
ROS_ERROR("Extra joints specification is not an array. Ignoring.");
138138
return;
139139
}
140-
141140
for(std::size_t i = 0; i < list.size(); ++i)
142141
{
143142
XmlRpc::XmlRpcValue& elem = list[i];

0 commit comments

Comments
 (0)