File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
rosidl_typesupport_fastrtps_c/resource Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff 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)]@
You can’t perform that action at this time.
0 commit comments