git-blame: do not indent with spaces.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
e58db03bbe
commit
f291504563
@ -1744,11 +1744,11 @@ static int read_ancestry(const char *graft_file)
|
|||||||
*/
|
*/
|
||||||
static int lineno_width(int lines)
|
static int lineno_width(int lines)
|
||||||
{
|
{
|
||||||
int i, width;
|
int i, width;
|
||||||
|
|
||||||
for (width = 1, i = 10; i <= lines + 1; width++)
|
for (width = 1, i = 10; i <= lines + 1; width++)
|
||||||
i *= 10;
|
i *= 10;
|
||||||
return width;
|
return width;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user