align line numbers to 8 spaces
... now it is done.
This commit is contained in:
parent
8e4eb29210
commit
e9e7978381
1 changed files with 1 additions and 1 deletions
2
stagit.c
2
stagit.c
|
@ -379,7 +379,7 @@ int
|
|||
writeblobhtml(FILE *fp, const git_blob *blob)
|
||||
{
|
||||
size_t n = 0, i, prev;
|
||||
const char *nfmt = "<a href=\"#l%d\" class=\"line\" id=\"l%d\">%6d</a> ";
|
||||
const char *nfmt = "<a href=\"#l%d\" class=\"line\" id=\"l%d\">%7d</a> ";
|
||||
const char *s = git_blob_rawcontent(blob);
|
||||
git_off_t len = git_blob_rawsize(blob);
|
||||
|
||||
|
|
Loading…
Reference in a new issue