Skip to content

Commit 2d3fc13

Browse files
authored
code style only: wrap after open parenthesis if not in one line (#29)
Signed-off-by: Dirk Thomas <[email protected]>
1 parent b1d037b commit 2d3fc13

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

rosidl_typesupport_fastrtps_c/resource/msg__type_support_c.cpp.em

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,8 @@ if isinstance(type_, AbstractNestedType):
167167
@[ if isinstance(type_, NamespacedType)]@
168168
const message_type_support_callbacks_t * callbacks =
169169
static_cast<const message_type_support_callbacks_t *>(
170-
ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_fastrtps_c, @(', '.join(type_.namespaced_name()))
170+
ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(
171+
rosidl_typesupport_fastrtps_c, @(', '.join(type_.namespaced_name()))
171172
)()->data);
172173
@[ end if]@
173174
@[ if isinstance(member.type, AbstractNestedType)]@
@@ -286,7 +287,8 @@ if isinstance(type_, AbstractNestedType):
286287
@[ if isinstance(type_, NamespacedType)]@
287288
const message_type_support_callbacks_t * callbacks =
288289
static_cast<const message_type_support_callbacks_t *>(
289-
ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_fastrtps_c, @(', '.join(type_.namespaced_name()))
290+
ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(
291+
rosidl_typesupport_fastrtps_c, @(', '.join(type_.namespaced_name()))
290292
)()->data);
291293
@[ end if]@
292294
@[ if isinstance(member.type, AbstractNestedType)]@

0 commit comments

Comments
 (0)