mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-21 02:32:06 +00:00
Consistently format type qualifiers like const on the right (#1347)
This commit is contained in:
@@ -67,7 +67,7 @@ static WarningState warningState(WarningID id) {
|
||||
return state;
|
||||
}
|
||||
|
||||
static const char * const warningFlags[NB_WARNINGS] = {
|
||||
static char const * const warningFlags[NB_WARNINGS] = {
|
||||
"assert",
|
||||
"backwards-for",
|
||||
"builtin-args",
|
||||
|
||||
Reference in New Issue
Block a user