Browse Source

replace: replace spaces with tabs in indentation

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>
maint
Jeff King 11 years ago committed by Junio C Hamano
parent
commit
3cc9d87710
  1. 6
      builtin/replace.c

6
builtin/replace.c

@ -23,9 +23,9 @@ static const char * const git_replace_usage[] = { @@ -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 {

Loading…
Cancel
Save