Skip to content

Commit f384a2e

Browse files
committed
Merge branch 'maint'
* maint: Reindent closing bracket using tab instead of spaces
2 parents 10b2a48 + 982d1dc commit f384a2e

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)