Skip to content

Commit ca8b539

Browse files
newrengitster
authored andcommitted
clean: rewrap overly long line
Signed-off-by: Elijah Newren <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 09487f2 commit ca8b539

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

builtin/clean.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,8 @@ static int remove_dirs(struct strbuf *path, const char *prefix, int force_flag,
158158

159159
*dir_gone = 1;
160160

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)) {
162163
if (!quiet) {
163164
quote_path_relative(path->buf, prefix, &quoted);
164165
printf(dry_run ? _(msg_would_skip_git_dir) : _(msg_skip_git_dir),

0 commit comments

Comments
 (0)