Remove compiler warning about misleading indention.

This commit is contained in:
Johannes Lode 2020-05-22 01:26:10 +02:00 committed by Lev Walkin
parent 4195e8f961
commit 35ad7e6daa
1 changed files with 1 additions and 1 deletions

View File

@ -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);