Skip to content

Commit

Permalink
replace: replace spaces with tabs in indentation
Browse files Browse the repository at this point in the history
This matches our usual style and the surrounding code.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Jeff King authored and Junio C Hamano committed Jun 25, 2014
1 parent 4e4b125 commit 3cc9d87
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions builtin/replace.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ static const char * const git_replace_usage[] = {
};

enum replace_format {
REPLACE_FORMAT_SHORT,
REPLACE_FORMAT_MEDIUM,
REPLACE_FORMAT_LONG
REPLACE_FORMAT_SHORT,
REPLACE_FORMAT_MEDIUM,
REPLACE_FORMAT_LONG
};

struct show_data {
Expand Down

0 comments on commit 3cc9d87

Please sign in to comment.