Formatting

This commit is contained in:
Esteve Fernandez 2015-04-29 16:40:00 -07:00
parent 2367549a50
commit db0238c7e2
2 changed files with 4 additions and 8 deletions

View file

@ -131,8 +131,7 @@ public:
typename function_arity<
FunctorT,
2,
typename rclcpp::service::Service<ServiceT>::SharedPtr
>::type
typename rclcpp::service::Service<ServiceT>::SharedPtr>::type
create_service(
const std::string & service_name,
FunctorT functor,
@ -143,8 +142,7 @@ public:
typename function_arity<
FunctorT,
3,
typename rclcpp::service::Service<ServiceT>::SharedPtr
>::type
typename rclcpp::service::Service<ServiceT>::SharedPtr>::type
create_service(
const std::string & service_name,
FunctorT functor,

View file

@ -186,8 +186,7 @@ template<typename ServiceT, typename FunctorT>
typename function_arity<
FunctorT,
2,
typename rclcpp::service::Service<ServiceT>::SharedPtr
>::type
typename rclcpp::service::Service<ServiceT>::SharedPtr>::type
Node::create_service(
const std::string & service_name,
FunctorT functor,
@ -214,8 +213,7 @@ template<typename ServiceT, typename FunctorT>
typename function_arity<
FunctorT,
3,
typename rclcpp::service::Service<ServiceT>::SharedPtr
>::type
typename rclcpp::service::Service<ServiceT>::SharedPtr>::type
Node::create_service(
const std::string & service_name,
FunctorT functor,