]> git.armaanb.net Git - stagit.git/commitdiff
Fix indentation
authorArmaan Bhojwani <me@armaanb.net>
Mon, 5 Apr 2021 18:02:52 +0000 (14:02 -0400)
committerArmaan Bhojwani <me@armaanb.net>
Mon, 5 Apr 2021 18:02:52 +0000 (14:02 -0400)
src/stagit.c

index 6e20754ed9fe82f23f4ba30789bc13d31aef08d1..e91be51701dc2633b12bdfb64bad3fe772dfb712 100644 (file)
@@ -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;