Consistently format type qualifiers like const on the right (#1347)

This commit is contained in:
Sylvie
2024-03-10 12:21:52 -04:00
committed by GitHub
parent d982d47c56
commit 820f6b5b3c
22 changed files with 103 additions and 66 deletions

View File

@@ -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] == '.')