mirror of
https://github.com/gbdev/rgbds.git
synced 2026-05-10 11:51:42 +00:00
Consistently format type qualifiers like const on the right (#1347)
This commit is contained in:
+1
-1
@@ -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