From f5301b25e1f78db67031354bfc0cb76ffe60000e Mon Sep 17 00:00:00 2001 From: Hiltjo Posthuma Date: Mon, 2 May 2016 21:23:17 +0200 Subject: [PATCH] style: write atom feed end in one write, kills 2 lines --- stagit.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/stagit.c b/stagit.c index 158447d..1e4d1bb 100644 --- a/stagit.c +++ b/stagit.c @@ -668,9 +668,7 @@ printcommitatom(FILE *fp, struct commitinfo *ci) fputc('\n', fp); xmlencode(fp, ci->msg, strlen(ci->msg)); } - fputs("\n\n", fp); - - fputs("\n", fp); + fputs("\n\n\n", fp); } int