Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
bmagyar committed Mar 2, 2024
1 parent fd8638d commit 9244b5d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions controller_manager/src/controller_manager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1449,8 +1449,7 @@ void ControllerManager::switch_chained_mode(
resource_manager_->make_controller_reference_interfaces_unavailable(request);
}
}
else
if (!controller->set_chained_mode(to_chained_mode))
else if (!controller->set_chained_mode(to_chained_mode))
{
RCLCPP_ERROR(
get_logger(),
Expand Down

0 comments on commit 9244b5d

Please sign in to comment.