Fix formatting issues detected by checkstyle
This commit is contained in:
@@ -737,9 +737,8 @@ main(int argc, char **argv)
|
|||||||
arg++; /* advance past switch marker character */
|
arg++; /* advance past switch marker character */
|
||||||
|
|
||||||
#ifdef WITH_12BIT
|
#ifdef WITH_12BIT
|
||||||
if (!strncasecmp(arg, "1", 1)) {
|
if (!strncasecmp(arg, "1", 1))
|
||||||
_12bit = 1;
|
_12bit = 1;
|
||||||
}
|
|
||||||
else
|
else
|
||||||
#endif
|
#endif
|
||||||
if (!strncasecmp(arg, "q", 1)) {
|
if (!strncasecmp(arg, "q", 1)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user