atom.xml: add newline before EOF
This commit is contained in:
parent
0f05e4b4f0
commit
543107cc36
1 changed files with 1 additions and 1 deletions
2
stagit.c
2
stagit.c
|
@ -696,7 +696,7 @@ writeatom(FILE *fp)
|
|||
}
|
||||
git_revwalk_free(w);
|
||||
|
||||
fputs("</feed>", fp);
|
||||
fputs("</feed>\n", fp);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue