Fix code style
This commit is contained in:
parent
17c07b86e2
commit
a68137083d
1 changed files with 7 additions and 7 deletions
|
@ -59,7 +59,7 @@ namespace node
|
||||||
* but unfortunately std::function's constructor on VS2015 is too greedy,
|
* but unfortunately std::function's constructor on VS2015 is too greedy,
|
||||||
* so we need a mechanism for checking the arity and the type of each argument
|
* so we need a mechanism for checking the arity and the type of each argument
|
||||||
* in a callback function.
|
* in a callback function.
|
||||||
*/
|
*/
|
||||||
template<typename FunctionT>
|
template<typename FunctionT>
|
||||||
struct function_traits
|
struct function_traits
|
||||||
{
|
{
|
||||||
|
@ -263,7 +263,7 @@ private:
|
||||||
typename std::shared_ptr<typename ServiceT::Response>
|
typename std::shared_ptr<typename ServiceT::Response>
|
||||||
>::value
|
>::value
|
||||||
>::type * = nullptr
|
>::type * = nullptr
|
||||||
*/
|
*/
|
||||||
>
|
>
|
||||||
typename rclcpp::service::Service<ServiceT>::SharedPtr
|
typename rclcpp::service::Service<ServiceT>::SharedPtr
|
||||||
create_service_internal(
|
create_service_internal(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue