Skip to content

Commit c68b8d7

Browse files
author
Juanjo Garcia
committed
Refs 22893: Corrected some issues
Signed-off-by: Juanjo Garcia <[email protected]>
1 parent e5ef077 commit c68b8d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cpp/fastdds/xtypes/serializers/idl/dynamic_type_idl.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1142,7 +1142,7 @@ int resolve_module_structure(
11421142
idl << TAB_SEPARATOR;
11431143
}
11441144

1145-
idl << "struct " << new_type_name;
1145+
idl << "struct " << new_type_name << "\n";
11461146

11471147
return n_modules;
11481148
}

0 commit comments

Comments
 (0)