Skip to content

Commit 982d1dc

Browse files
committed
Merge branch 'maint-1.7.3' into maint
* maint-1.7.3: Reindent closing bracket using tab instead of spaces
2 parents f7d958d + c4c42f2 commit 982d1dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wt-status.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ static void wt_status_collect_changes_worktree(struct wt_status *s)
396396
if (s->ignore_submodule_arg) {
397397
DIFF_OPT_SET(&rev.diffopt, OVERRIDE_SUBMODULE_CONFIG);
398398
handle_ignore_submodules_arg(&rev.diffopt, s->ignore_submodule_arg);
399-
}
399+
}
400400
rev.diffopt.format_callback = wt_status_collect_changed_cb;
401401
rev.diffopt.format_callback_data = s;
402402
init_pathspec(&rev.prune_data, s->pathspec);

0 commit comments

Comments
 (0)