Fix formatting issues detected by checkstyle

This commit is contained in:
DRC
2022-03-10 23:10:12 -06:00
parent 7fec5074f9
commit a32038e3b3
3 changed files with 6 additions and 7 deletions

View File

@@ -737,9 +737,8 @@ main(int argc, char **argv)
arg++; /* advance past switch marker character */
#ifdef WITH_12BIT
if (!strncasecmp(arg, "1", 1)) {
if (!strncasecmp(arg, "1", 1))
_12bit = 1;
}
else
#endif
if (!strncasecmp(arg, "q", 1)) {