Skip to content

Commit c4c42f2

Browse files
pcloudsgitster
authored andcommitted
Reindent closing bracket using tab instead of spaces
Signed-off-by: Nguyễn Thái Ngọc Duy <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent da656f1 commit c4c42f2

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
@@ -316,7 +316,7 @@ static void wt_status_collect_changes_worktree(struct wt_status *s)
316316
if (s->ignore_submodule_arg) {
317317
DIFF_OPT_SET(&rev.diffopt, OVERRIDE_SUBMODULE_CONFIG);
318318
handle_ignore_submodules_arg(&rev.diffopt, s->ignore_submodule_arg);
319-
}
319+
}
320320
rev.diffopt.format_callback = wt_status_collect_changed_cb;
321321
rev.diffopt.format_callback_data = s;
322322
rev.prune_data = s->pathspec;

0 commit comments

Comments
 (0)