From: Hiltjo Posthuma Date: Sun, 12 Mar 2017 18:51:13 +0000 (+0100) Subject: atom.xml: add newline before EOF X-Git-Url: https://git.atheridis.org/?a=commitdiff_plain;h=543107cc36306a3539d21a8441e75276310a45db;p=forks%2Fstagit.git atom.xml: add newline before EOF --- diff --git a/stagit.c b/stagit.c index d983294..d3753eb 100644 --- a/stagit.c +++ b/stagit.c @@ -696,7 +696,7 @@ writeatom(FILE *fp) } git_revwalk_free(w); - fputs("", fp); + fputs("\n", fp); return 0; }