stagit

atom.xml: add newline before EOF

Hiltjo Posthuma contact@arjunchoudhary.com

commit: fe6a6e3 parent: 0011f8b
1 files changed, 1 insertions(+), 1 deletions(-)
Mstagit.c+1-1
M · stagit.c +1, -1
1@@ -696,7 +696,7 @@ writeatom(FILE *fp)
2 	}
3 	git_revwalk_free(w);
4 
5-	fputs("</feed>", fp);
6+	fputs("</feed>\n", fp);
7 
8 	return 0;
9 }