style: write atom feed end in one write, kills 2 lines
This commit is contained in:
parent
1a3584e2d0
commit
f5301b25e1
1 changed files with 1 additions and 3 deletions
4
stagit.c
4
stagit.c
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue