Skip to content

Commit

Permalink
fix indentation in args.c
Browse files Browse the repository at this point in the history
  • Loading branch information
senkowo committed May 25, 2024
1 parent 5d9ebcb commit e1f734b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/args.c
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ void args_cli(int argc, char **argv) {
case 8:
cfg_set_smart_gaps(false);
break;
case 9:
case 9:
if (!cfg_set_border_width_smart_gaps(optarg)) {
log_error("invalid --border-width-smart-gaps");
usage(EXIT_FAILURE);
Expand Down

0 comments on commit e1f734b

Please sign in to comment.