style: write atom feed end in one write, kills 2 lines
1 files changed, 1 insertions(+), 3 deletions(-) | |||
---|---|---|---|
M | stagit.c | +1 | -3 |
1@@ -668,9 +668,7 @@ printcommitatom(FILE *fp, struct commitinfo *ci)
2 fputc('\n', fp);
3 xmlencode(fp, ci->msg, strlen(ci->msg));
4 }
5- fputs("\n</content>\n", fp);
6-
7- fputs("</entry>\n", fp);
8+ fputs("\n</content>\n</entry>\n", fp);
9 }
10
11 int