git.99rst.org
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
4e4b125
)
replace: replace spaces with tabs in indentation
author
Jeff King
<redacted>
Tue, 24 Jun 2014 09:43:07 +0000
(
05:43
-0400)
committer
Junio C Hamano
<redacted>
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 <redacted>
Signed-off-by: Junio C Hamano <redacted>
builtin/replace.c
patch
|
blob
|
history
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 {
git clone https://git.99rst.org/PROJECT