\n
extra whitespace - stagit-gopher - A git gopher frontend. (mirror)
git clone git://bitreich.org/stagit-gopher/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/stagit-gopher/
Log
Files
Refs
Tags
README
LICENSE
---
commit db02820a175c43cf1c225928bc09dd3fd5d93d71
parent 73f259f2557698a83c9fb7e11938feb775740741
Author: Hiltjo Posthuma 
Date:   Wed,  6 Jan 2016 19:59:55 +0100

extra whitespace

Diffstat:
  M stagit-index.c                      |       2 +-
  M stagit.c                            |       4 ++--

2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git 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", fp);
NameDescriptionOwnerLast commit
diff --git a/stagit.c b/stagit.c
@@ -270,7 +270,7 @@ writeheader(FILE *fp)
                 fprintf(fp, " | README", relpath);
         if (haslicense)
                 fprintf(fp, " | LICENSE", relpath);
-        fputs("
\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