Skip to content

Commit

Permalink
Update joint_state_controller/src/joint_state_controller.cpp
Browse files Browse the repository at this point in the history
whitespace tidy

Co-authored-by: Dr. Denis <[email protected]>
  • Loading branch information
2 people authored and bmagyar committed Oct 27, 2023
1 parent bba197e commit 3905e20
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion joint_state_controller/src/joint_state_controller.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ namespace joint_state_controller
ROS_ERROR("Extra joints specification is not an array. Ignoring.");
return;
}

for(std::size_t i = 0; i < list.size(); ++i)
{
XmlRpc::XmlRpcValue& elem = list[i];
Expand Down

0 comments on commit 3905e20

Please sign in to comment.