Fix indentation

This commit is contained in:
Ronald S. Bultje
2022-01-18 11:25:04 -05:00
parent 0c7529b65c
commit 45e8f2f5f8
+1 -1
View File
@@ -372,7 +372,7 @@ void parse(const int argc, char *const *const argv,
break;
case ARG_NEG_STRIDE:
cli_settings->neg_stride = 1;
break;
break;
case ARG_OUTPUT_INVISIBLE:
lib_settings->output_invisible_frames =
!!parse_unsigned(optarg, ARG_OUTPUT_INVISIBLE, argv[0]);