From db02820a175c43cf1c225928bc09dd3fd5d93d71 Mon Sep 17 00:00:00 2001 From: Hiltjo Posthuma Date: Wed, 6 Jan 2016 19:59:55 +0100 Subject: [PATCH] extra whitespace --- stagit-index.c | 2 +- stagit.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/stagit-index.c b/stagit-index.c index 9c31bd7..e765732 100644 --- a/stagit-index.c +++ b/stagit-index.c @@ -107,7 +107,7 @@ writeheader(FILE *fp) fprintf(fp, "\n\n" "\n
\"\"

%s

%s
\n", relpath, name, description); - fputs("
\n
\n" + fputs("\n\n
\n
\n" "\n" "" "\n", fp); diff --git a/stagit.c b/stagit.c index 5bef865..7cab210 100644 --- a/stagit.c +++ b/stagit.c @@ -270,7 +270,7 @@ writeheader(FILE *fp) fprintf(fp, " | README", relpath); if (haslicense) fprintf(fp, " | LICENSE", relpath); - fputs("
NameDescriptionOwnerLast commit
\n
\n", fp); + fputs("\n
\n
\n", fp); return 0; } @@ -278,7 +278,7 @@ writeheader(FILE *fp) int writefooter(FILE *fp) { - return !fputs("
\n", fp); + return !fputs("
\n\n\n", fp); } void