From: Armaan Bhojwani Date: Mon, 5 Apr 2021 18:02:52 +0000 (-0400) Subject: Fix indentation X-Git-Url: https://git.armaanb.net/?p=stagit.git;a=commitdiff_plain;h=e1b72653e47ba294b7b55143281da9e70cdf82bd Fix indentation --- diff --git a/src/stagit.c b/src/stagit.c index 6e20754..e91be51 100644 --- 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, "commit %s\n", @@ -473,7 +473,7 @@ printcommit(FILE *fp, struct commitinfo *ci) } } - void +void printshowfile(FILE *fp, struct commitinfo *ci) { const git_diff_delta *delta;