Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
replace: replace spaces with tabs in indentation
[gitweb.git]
/
builtin
/
replace.c
diff --git
a/builtin/replace.c
b/builtin/replace.c
index 1bb491d3c4f282e7f68d25cae0e00f419df1dd93..8507835d39664de640ccdd02df75743db19b4ec0 100644
(file)
--- 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 {