mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
Run clang-format to fix some inconsistent style
This commit is contained in:
@@ -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]);
|
||||
|
||||
Reference in New Issue
Block a user