Skip to content

Commit 3cc9d87

Browse files
peffgitster
authored andcommitted
replace: replace spaces with tabs in indentation
This matches our usual style and the surrounding code. Signed-off-by: Jeff King <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 4e4b125 commit 3cc9d87

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

builtin/replace.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ static const char * const git_replace_usage[] = {
2323
};
2424

2525
enum replace_format {
26-
REPLACE_FORMAT_SHORT,
27-
REPLACE_FORMAT_MEDIUM,
28-
REPLACE_FORMAT_LONG
26+
REPLACE_FORMAT_SHORT,
27+
REPLACE_FORMAT_MEDIUM,
28+
REPLACE_FORMAT_LONG
2929
};
3030

3131
struct show_data {

0 commit comments

Comments
 (0)