mirror of
https://github.com/git/git.git
synced 2024-11-18 19:13:58 +01:00
builtin/stripspace.c: fix broken indentation
Signed-off-by: Matthieu Moy <Matthieu.Moy@imag.fr> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
e230c568c4
commit
1686e2cc87
@ -89,11 +89,11 @@ int cmd_stripspace(int argc, const char **argv, const char *prefix)
|
||||
|
||||
if (argc == 2) {
|
||||
if (!strcmp(argv[1], "-s") ||
|
||||
!strcmp(argv[1], "--strip-comments")) {
|
||||
strip_comments = 1;
|
||||
!strcmp(argv[1], "--strip-comments")) {
|
||||
strip_comments = 1;
|
||||
} else if (!strcmp(argv[1], "-c") ||
|
||||
!strcmp(argv[1], "--comment-lines")) {
|
||||
mode = COMMENT_LINES;
|
||||
!strcmp(argv[1], "--comment-lines")) {
|
||||
mode = COMMENT_LINES;
|
||||
} else {
|
||||
mode = INVAL;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user