Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
replace: replace spaces with tabs in indentation
author
Jeff King
<peff@peff.net>
Tue, 24 Jun 2014 09:43:07 +0000
(
05:43
-0400)
committer
Junio 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
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
4e4b125
)
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 {