mirror of
https://github.com/git-for-windows/git.git
synced 2026-04-22 02:54:28 -05:00
replace: replace spaces with tabs in indentation
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>
This commit is contained in:
committed by
Junio C Hamano
parent
4e4b125c23
commit
3cc9d87710
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user