Skip to content

Commit 3dd472a

Browse files
author
Juanjo Garcia
committed
Refs 22893: Uncrustify
Signed-off-by: Juanjo Garcia <[email protected]>
1 parent f84d74e commit 3dd472a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -724,8 +724,8 @@ ReturnCode_t bitmask_to_idl(
724724
{
725725
EPROSIMA_LOG_ERROR(DYNAMIC_TYPE_IDL, "Bitmask type has " << bounds.size() << " bounds instead of one.");
726726
return RETCODE_BAD_PARAMETER;
727-
}
728-
727+
}
728+
729729
// Add types name and resolve module structure
730730
std::string type_name = node.info.type_kind_name;
731731
int n_modules = resolve_module_structure(type_name, idl);
@@ -1097,7 +1097,7 @@ ReturnCode_t struct_to_idl(
10971097
return ret;
10981098
}
10991099
}
1100-
1100+
11011101
idl << "\n";
11021102

11031103
for (int i = 0; i < n_modules; i++)

0 commit comments

Comments
 (0)