Skip to content

Commit

Permalink
Remove compiler warning about misleading indention.
Browse files Browse the repository at this point in the history
  • Loading branch information
johannes-lode authored and vlm committed Apr 17, 2021
1 parent 4195e8f commit 35ad7e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libasn1compiler/asn1c_save.c
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ asn1c__save_example_mk_makefile(arg_t *arg, const asn1c_dep_chainset *deps,

for(int i = 0; i < argc; i++)
safe_fprintf(mkf, "%s%s", i ? " " : "", argv[i]);
safe_fprintf(mkf, "\n\n");
safe_fprintf(mkf, "\n\n");

fclose(mkf);
safe_fprintf(stderr, "Generated %s%s\n", destdir, makefile_name);
Expand Down

0 comments on commit 35ad7e6

Please sign in to comment.