commit e1b72653e47ba294b7b55143281da9e70cdf82bd
parent 7dc8fb41c05fcbf339a3487c7bbd5008b681ae38
Author: Armaan Bhojwani <me@armaanb.net>
Date: Mon, 5 Apr 2021 14:02:52 -0400
Fix indentation
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/stagit.c b/src/stagit.c
@@ -431,7 +431,7 @@ call_chroma(const char *filename, FILE *fp, const char *s, size_t len)
return lc;
}
- int
+int
writeblobhtml(const char *filename, FILE *fp, const git_blob *blob)
{
int lc = 0;
@@ -445,7 +445,7 @@ writeblobhtml(const char *filename, FILE *fp, const git_blob *blob)
return lc;
}
- void
+void
printcommit(FILE *fp, struct commitinfo *ci)
{
fprintf(fp, "<b>commit</b> <a href=\"%scommit/%s.html\">%s</a>\n",
@@ -473,7 +473,7 @@ printcommit(FILE *fp, struct commitinfo *ci)
}
}
- void
+void
printshowfile(FILE *fp, struct commitinfo *ci)
{
const git_diff_delta *delta;