]> git.armaanb.net Git - stagit.git/commitdiff
atom.xml: add newline before EOF
authorHiltjo Posthuma <hiltjo@codemadness.org>
Sun, 12 Mar 2017 18:51:13 +0000 (19:51 +0100)
committerHiltjo Posthuma <hiltjo@codemadness.org>
Sun, 12 Mar 2017 20:22:53 +0000 (21:22 +0100)
stagit.c

index d9832945177342903d3ff2696ab6d4e86a6b03ed..d3753eb7a4ebc667133ab1e804a12e87d163b639 100644 (file)
--- a/stagit.c
+++ b/stagit.c
@@ -696,7 +696,7 @@ writeatom(FILE *fp)
        }
        git_revwalk_free(w);
 
-       fputs("</feed>", fp);
+       fputs("</feed>\n", fp);
 
        return 0;
 }