]> git.ipfire.org Git - thirdparty/git.git/commitdiff
clean: rewrap overly long line
authorElijah Newren <newren@gmail.com>
Tue, 17 Sep 2019 16:35:03 +0000 (09:35 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 17 Sep 2019 19:20:36 +0000 (12:20 -0700)
Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/clean.c

index 3a7a63ae71a73a2b76e84f3ccdb5dc0262f63d46..6030842f3ac06370acc1f2d3bcd714051fe712ab 100644 (file)
@@ -158,7 +158,8 @@ static int remove_dirs(struct strbuf *path, const char *prefix, int force_flag,
 
        *dir_gone = 1;
 
-       if ((force_flag & REMOVE_DIR_KEEP_NESTED_GIT) && is_nonbare_repository_dir(path)) {
+       if ((force_flag & REMOVE_DIR_KEEP_NESTED_GIT) &&
+           is_nonbare_repository_dir(path)) {
                if (!quiet) {
                        quote_path_relative(path->buf, prefix, &quoted);
                        printf(dry_run ?  _(msg_would_skip_git_dir) : _(msg_skip_git_dir),