mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Consistently format type qualifiers like const on the right (#1347)
This commit is contained in:
@@ -106,7 +106,7 @@ void opt_Parse(char const *s) {
|
||||
}
|
||||
break;
|
||||
|
||||
const char *precisionArg;
|
||||
char const *precisionArg;
|
||||
case 'Q':
|
||||
precisionArg = &s[1];
|
||||
if (precisionArg[0] == '.')
|
||||
|
||||
Reference in New Issue
Block a user