style: write atom feed end in one write, kills 2 lines

This commit is contained in:
Hiltjo Posthuma 2016-05-02 21:23:17 +02:00
parent 1a3584e2d0
commit f5301b25e1

View file

@ -668,9 +668,7 @@ printcommitatom(FILE *fp, struct commitinfo *ci)
fputc('\n', fp);
xmlencode(fp, ci->msg, strlen(ci->msg));
}
fputs("\n</content>\n", fp);
fputs("</entry>\n", fp);
fputs("\n</content>\n</entry>\n", fp);
}
int