Skip to content

Commit

Permalink
HevMain: clang format.
Browse files Browse the repository at this point in the history
  • Loading branch information
heiher committed May 11, 2024
1 parent 4e1eda8 commit feae19e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hev-main.c
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ main (int argc, char *argv[])
{
int res;

if (argc < 2 || strcmp(argv[1], "--version") == 0) {
if (argc < 2 || strcmp (argv[1], "--version") == 0) {
show_help (argv[0]);
return -1;
}
Expand Down

0 comments on commit feae19e

Please sign in to comment.