replace: replace spaces with tabs in indentation
[gitweb.git] / 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 {