stagit

align line numbers to 8 spaces

... now it is done.

Hiltjo Posthuma contact@arjunchoudhary.com

commit: 2053b8b parent: 02eb261
1 files changed, 1 insertions(+), 1 deletions(-)
Mstagit.c+1-1
M · stagit.c +1, -1
1@@ -379,7 +379,7 @@ int
2 writeblobhtml(FILE *fp, const git_blob *blob)
3 {
4 	size_t n = 0, i, prev;
5-	const char *nfmt = "<a href=\"#l%d\" class=\"line\" id=\"l%d\">%6d</a>  ";
6+	const char *nfmt = "<a href=\"#l%d\" class=\"line\" id=\"l%d\">%7d</a> ";
7 	const char *s = git_blob_rawcontent(blob);
8 	git_off_t len = git_blob_rawsize(blob);
9