atom.xml: add newline before EOF

This commit is contained in:
Hiltjo Posthuma 2017-03-12 19:51:13 +01:00
parent 0f05e4b4f0
commit 543107cc36

View file

@ -696,7 +696,7 @@ writeatom(FILE *fp)
}
git_revwalk_free(w);
fputs("</feed>", fp);
fputs("</feed>\n", fp);
return 0;
}