From: Jeff King Date: Tue, 24 Jun 2014 09:43:07 +0000 (-0400) Subject: replace: replace spaces with tabs in indentation X-Git-Tag: v2.1.0-rc0~43^2~2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/3cc9d87710b20c86252809e068fe309f6bb7ecc2?ds=inline;hp=--cc replace: replace spaces with tabs in indentation This matches our usual style and the surrounding code. Signed-off-by: Jeff King Signed-off-by: Junio C Hamano --- 3cc9d87710b20c86252809e068fe309f6bb7ecc2 diff --git a/builtin/replace.c b/builtin/replace.c index 1bb491d3c4..8507835d39 100644 --- a/builtin/replace.c +++ b/builtin/replace.c @@ -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 {