mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Fix clang-format of sectionTypeInfo array
This commit is contained in:
@@ -6,6 +6,7 @@ using namespace std::literals;
|
||||
|
||||
// The default values are the most lax, as they are used as-is by RGBASM; only RGBLINK has the full
|
||||
// info, so RGBASM's job is only to catch unconditional errors earlier.
|
||||
// clang-format off: nested initializers
|
||||
SectionTypeInfo sectionTypeInfo[SECTTYPE_INVALID] = {
|
||||
{
|
||||
.name = "WRAM0"s,
|
||||
@@ -64,6 +65,7 @@ SectionTypeInfo sectionTypeInfo[SECTTYPE_INVALID] = {
|
||||
.lastBank = 0,
|
||||
},
|
||||
};
|
||||
// clang-format on
|
||||
|
||||
char const * const sectionModNames[] = {
|
||||
"regular", // SECTION_NORMAL
|
||||
|
||||
Reference in New Issue
Block a user