Skip to content

Commit

Permalink
Remove whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Lopez committed Sep 18, 2020
1 parent 47b170f commit 81a8d21
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions controller_manager/src/controller_manager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,6 @@ controller_interface::return_type ControllerManager::switch_controller(
}
}


const bool is_running = isControllerRunning(*controller.c);

if (!is_running && in_stop_list) { // check for double stop
Expand Down Expand Up @@ -815,7 +814,6 @@ ControllerManager::configure()
{
auto ret = controller_interface::return_type::SUCCESS;


using namespace std::placeholders;
list_controllers_service_ = create_service<controller_manager_msgs::srv::ListControllers>(
"list_controllers", std::bind(
Expand Down

0 comments on commit 81a8d21

Please sign in to comment.