Skip to content

Commit 45901d3

Browse files
committed
revparse: remove superfluous tab character
1 parent c146374 commit 45901d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/revparse.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,7 @@ static int extract_how_many(int *n, const char *spec, size_t *pos)
586586
*pos = end_ptr - spec;
587587
}
588588

589-
} while (spec[(*pos)] == kind && kind == '~');
589+
} while (spec[(*pos)] == kind && kind == '~');
590590

591591
*n = accumulated;
592592

0 commit comments

Comments
 (0)