From: Hiltjo Posthuma Date: Mon, 17 Apr 2017 14:39:03 +0000 (+0200) Subject: align line numbers to 8 spaces X-Git-Url: https://git.armaanb.net/?p=stagit.git;a=commitdiff_plain;h=e9e7978381a2b3567902420d5ea1539d3c695b31 align line numbers to 8 spaces ... now it is done. --- diff --git a/stagit.c b/stagit.c index 23901c8..f280542 100644 --- a/stagit.c +++ b/stagit.c @@ -379,7 +379,7 @@ int writeblobhtml(FILE *fp, const git_blob *blob) { size_t n = 0, i, prev; - const char *nfmt = "%6d "; + const char *nfmt = "%7d "; const char *s = git_blob_rawcontent(blob); git_off_t len = git_blob_rawsize(blob);