Skip to content

Commit

Permalink
fix<space>: add clang space main.c
Browse files Browse the repository at this point in the history
  • Loading branch information
ErwannLesech authored Jan 13, 2024
1 parent d1f08de commit b3044e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ int main(int argc, char **argv)
int val = parser_loop(lexer, logger_enabled, pretty_print_enabled);
if (val == 2)
{
fprintf(stderr, "Error while parsing\n");
fprintf(stderr, "Error while parsing\n");
}
lexer_free(lexer);
free(input);
Expand Down

0 comments on commit b3044e7

Please sign in to comment.