Skip to content

Commit

Permalink
Clang format + change github workflow to analyse
Browse files Browse the repository at this point in the history
  • Loading branch information
btrkeks committed May 3, 2024
1 parent 00d02f3 commit 69d715e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- run: gcc --version

- run: make
- run: make clean analyse

on:
push:
Expand Down
4 changes: 2 additions & 2 deletions src/settings.c
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ int parse_cmd_line_opts(int argc, char **argv) {
print_cfg = 1;
break;
case 'h':
puts("See 'man dictpopup' or 'man dictpopup-create' for help.");
exit(EXIT_SUCCESS);
puts("See 'man dictpopup' or 'man dictpopup-create' for help.");
exit(EXIT_SUCCESS);
case '?':
fprintf(stderr, "Unknown option character `\\x%x'.\n", optopt);
exit(EXIT_FAILURE);
Expand Down

0 comments on commit 69d715e

Please sign in to comment.