align line numbers to 8 spaces
... now it is done.
1 files changed, 1 insertions(+), 1 deletions(-) | |||
---|---|---|---|
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