mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-21 02:32:06 +00:00
Run clang-format
Fix some small style inconsistencies
This commit is contained in:
@@ -52,7 +52,7 @@ static SectionType typeMap[SECTTYPE_INVALID] = {
|
||||
};
|
||||
|
||||
void out_AddSection(Section const §ion) {
|
||||
static const uint32_t maxNbBanks[SECTTYPE_INVALID] = {
|
||||
static uint32_t const maxNbBanks[SECTTYPE_INVALID] = {
|
||||
1, // SECTTYPE_WRAM0
|
||||
2, // SECTTYPE_VRAM
|
||||
UINT32_MAX, // SECTTYPE_ROMX
|
||||
|
||||
Reference in New Issue
Block a user