clean: rewrap overly long line
Signed-off-by: Elijah Newren <newren@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Elijah Newren committed
Sep 17, 2019 at 09:35 UTC
ca8b5390db928014af9aadc73c876198501bfb35
1 file changed
+2
-1
builtin/clean.c
+2
-1
@@ -158,7 +158,8 @@ static int remove_dirs(struct strbuf *path, const char *prefix, int force_flag,
158
159
*dir_gone = 1;
160
161
- if ((force_flag & REMOVE_DIR_KEEP_NESTED_GIT) && is_nonbare_repository_dir(path)) {
161
+ if ((force_flag & REMOVE_DIR_KEEP_NESTED_GIT) &&
162
+ is_nonbare_repository_dir(path)) {
163
if (!quiet) {
164
quote_path_relative(path->buf, prefix, "ed);
165
printf(dry_run ? _(msg_would_skip_git_dir) : _(msg_skip_git_dir),