We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e58db03 commit f291504Copy full SHA for f291504
builtin-blame.c
@@ -1744,11 +1744,11 @@ static int read_ancestry(const char *graft_file)
1744
*/
1745
static int lineno_width(int lines)
1746
{
1747
- int i, width;
+ int i, width;
1748
1749
- for (width = 1, i = 10; i <= lines + 1; width++)
1750
- i *= 10;
1751
- return width;
+ for (width = 1, i = 10; i <= lines + 1; width++)
+ i *= 10;
+ return width;
1752
}
1753
1754
/*
0 commit comments