Skip to content

Commit 1686e2c

Browse files
moygitster
authored andcommitted
builtin/stripspace.c: fix broken indentation
Signed-off-by: Matthieu Moy <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent e230c56 commit 1686e2c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

builtin/stripspace.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,11 +89,11 @@ int cmd_stripspace(int argc, const char **argv, const char *prefix)
8989

9090
if (argc == 2) {
9191
if (!strcmp(argv[1], "-s") ||
92-
!strcmp(argv[1], "--strip-comments")) {
93-
strip_comments = 1;
92+
!strcmp(argv[1], "--strip-comments")) {
93+
strip_comments = 1;
9494
} else if (!strcmp(argv[1], "-c") ||
95-
!strcmp(argv[1], "--comment-lines")) {
96-
mode = COMMENT_LINES;
95+
!strcmp(argv[1], "--comment-lines")) {
96+
mode = COMMENT_LINES;
9797
} else {
9898
mode = INVAL;
9999
}

0 commit comments

Comments
 (0)