Skip to content

Commit

Permalink
Satisfy uncrustify
Browse files Browse the repository at this point in the history
Signed-off-by: Shane Loretz <[email protected]>
  • Loading branch information
sloretz committed Mar 18, 2023
1 parent bb549dc commit e2d2d46
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion rosidl_generator_cpp/resource/action__type_support.hpp.em
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ extern "C"
// Forward declare the get type support functions for this type.
ROSIDL_GENERATOR_CPP_PUBLIC_@(package_name)
const rosidl_action_type_support_t *
ROSIDL_TYPESUPPORT_INTERFACE__ACTION_SYMBOL_NAME(
ROSIDL_TYPESUPPORT_INTERFACE__ACTION_SYMBOL_NAME(
rosidl_typesupport_cpp,
@(',\n '.join(action.namespaced_type.namespaced_name()))
)();
Expand Down
1 change: 0 additions & 1 deletion rosidl_generator_cpp/resource/idl__type_support.hpp.em
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,4 @@ TEMPLATE(
}@

@[end for]@

#endif // @(header_guard_variable)
2 changes: 1 addition & 1 deletion rosidl_generator_cpp/resource/msg__type_support.hpp.em
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ extern "C"
// Forward declare the get type support functions for this type.
ROSIDL_GENERATOR_CPP_PUBLIC_@(package_name)
const rosidl_message_type_support_t *
ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(
ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(
rosidl_typesupport_cpp,
@(',\n '.join(message.structure.namespaced_type.namespaced_name()))
)();
Expand Down
2 changes: 1 addition & 1 deletion rosidl_generator_cpp/resource/srv__type_support.hpp.em
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ extern "C"
// Forward declare the get type support functions for this type.
ROSIDL_GENERATOR_CPP_PUBLIC_@(package_name)
const rosidl_service_type_support_t *
ROSIDL_TYPESUPPORT_INTERFACE__SERVICE_SYMBOL_NAME(
ROSIDL_TYPESUPPORT_INTERFACE__SERVICE_SYMBOL_NAME(
rosidl_typesupport_cpp,
@(',\n '.join(service.namespaced_type.namespaced_name()))
)();
Expand Down

0 comments on commit e2d2d46

Please sign in to comment.