Run clang-format to fix some inconsistent style

This commit is contained in:
Rangi42
2024-03-07 10:22:40 -05:00
parent 84bedc7bbe
commit bf45ebb178
4 changed files with 9 additions and 8 deletions

View File

@@ -249,7 +249,9 @@ static void mergeSections(
unsigned int nbSectErrors = 0;
if (type != sect.type)
sectError("Section already exists but with type %s\n", sectionTypeInfo[sect.type].name.c_str());
sectError(
"Section already exists but with type %s\n", sectionTypeInfo[sect.type].name.c_str()
);
if (sect.modifier != mod) {
sectError("Section already declared as %s section\n", sectionModNames[sect.modifier]);