1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-05-30 21:56:15 +02: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:
Jeff King 2014-06-24 05:43:07 -04:00 committed by Junio C Hamano
parent 4e4b125c23
commit 3cc9d87710

View 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 {