Skip to content

Commit b643b6c

Browse files
sloretzclalancette
authored andcommitted
Satisfy uncrustify
Signed-off-by: Shane Loretz <[email protected]>
1 parent 6825e88 commit b643b6c

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

rosidl_generator_cpp/resource/action__type_support.hpp.em

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ extern "C"
1515
// Forward declare the get type support functions for this type.
1616
ROSIDL_GENERATOR_CPP_PUBLIC_@(package_name)
1717
const rosidl_action_type_support_t *
18-
ROSIDL_TYPESUPPORT_INTERFACE__ACTION_SYMBOL_NAME(
18+
ROSIDL_TYPESUPPORT_INTERFACE__ACTION_SYMBOL_NAME(
1919
rosidl_typesupport_cpp,
2020
@(',\n '.join(action.namespaced_type.namespaced_name()))
2121
)();

rosidl_generator_cpp/resource/idl__type_support.hpp.em

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,5 +74,4 @@ TEMPLATE(
7474
}@
7575

7676
@[end for]@
77-
7877
#endif // @(header_guard_variable)

rosidl_generator_cpp/resource/msg__type_support.hpp.em

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ extern "C"
1515
// Forward declare the get type support functions for this type.
1616
ROSIDL_GENERATOR_CPP_PUBLIC_@(package_name)
1717
const rosidl_message_type_support_t *
18-
ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(
18+
ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(
1919
rosidl_typesupport_cpp,
2020
@(',\n '.join(message.structure.namespaced_type.namespaced_name()))
2121
)();

rosidl_generator_cpp/resource/srv__type_support.hpp.em

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ extern "C"
1515
// Forward declare the get type support functions for this type.
1616
ROSIDL_GENERATOR_CPP_PUBLIC_@(package_name)
1717
const rosidl_service_type_support_t *
18-
ROSIDL_TYPESUPPORT_INTERFACE__SERVICE_SYMBOL_NAME(
18+
ROSIDL_TYPESUPPORT_INTERFACE__SERVICE_SYMBOL_NAME(
1919
rosidl_typesupport_cpp,
2020
@(',\n '.join(service.namespaced_type.namespaced_name()))
2121
)();

0 commit comments

Comments
 (0)