Skip to content

Commit f291504

Browse files
committed
git-blame: do not indent with spaces.
Signed-off-by: Junio C Hamano <[email protected]>
1 parent e58db03 commit f291504

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

builtin-blame.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1744,11 +1744,11 @@ static int read_ancestry(const char *graft_file)
17441744
*/
17451745
static int lineno_width(int lines)
17461746
{
1747-
int i, width;
1747+
int i, width;
17481748

1749-
for (width = 1, i = 10; i <= lines + 1; width++)
1750-
i *= 10;
1751-
return width;
1749+
for (width = 1, i = 10; i <= lines + 1; width++)
1750+
i *= 10;
1751+
return width;
17521752
}
17531753

17541754
/*

0 commit comments

Comments
 (0)