]> git.ipfire.org Git - thirdparty/git.git/commitdiff
replace: replace spaces with tabs in indentation
authorJeff King <peff@peff.net>
Tue, 24 Jun 2014 09:43:07 +0000 (05:43 -0400)
committerJunio C Hamano <gitster@pobox.com>
Wed, 25 Jun 2014 22:26:46 +0000 (15:26 -0700)
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>
builtin/replace.c

index 1bb491d3c4f282e7f68d25cae0e00f419df1dd93..8507835d39664de640ccdd02df75743db19b4ec0 100644 (file)
@@ -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 {