Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

code style only: wrap after open parenthesis if not in one line #43

Merged
merged 1 commit into from
Feb 4, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,8 @@ if isinstance(type_, AbstractNestedType):
@[ if isinstance(type_, NamespacedType)]@
const message_type_support_callbacks_t * @('__'.join(type_.namespaced_name()))__callbacks =
static_cast<const message_type_support_callbacks_t *>(
ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_connext_c, @(', '.join(type_.namespaced_name()))
ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(
rosidl_typesupport_connext_c, @(', '.join(type_.namespaced_name()))
)()->data);
@[ end if]@
@[ if isinstance(member.type, AbstractNestedType)]@
Expand Down