Run clang-format

This commit is contained in:
Rangi42
2024-08-27 01:49:05 -04:00
parent 3a5ff35928
commit 26fcff831d
8 changed files with 27 additions and 23 deletions

View File

@@ -231,7 +231,12 @@ static void doSanityChecks(Section &section) {
if (section.type < 0 || section.type >= SECTTYPE_INVALID) {
// This is trapped early in RGBDS objects (because then the format is not parseable),
// which leaves SDAS objects.
error(nullptr, 0, "Section \"%s\" has not been assigned a type by a linker script", section.name.c_str());
error(
nullptr,
0,
"Section \"%s\" has not been assigned a type by a linker script",
section.name.c_str()
);
return;
}