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

@@ -150,7 +150,7 @@ void argErr(char flag, char const *fmt, ...) {
}
// Short options
static const char *optstring = "dl:m:Mn:O:o:p:S:s:tVvWwx";
static char const *optstring = "dl:m:Mn:O:o:p:S:s:tVvWwx";
/*
* Equivalent long options