From: Nguyễn Thái Ngọc Duy Date: Mon, 24 Oct 2011 04:24:51 +0000 (+1100) Subject: Reindent closing bracket using tab instead of spaces X-Git-Tag: v1.7.8-rc0~15^2^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/c4c42f2cbd2eb14871881cc0d27412b477f699a7?ds=inline;hp=--cc Reindent closing bracket using tab instead of spaces Signed-off-by: Nguyễn Thái Ngọc Duy Signed-off-by: Junio C Hamano --- c4c42f2cbd2eb14871881cc0d27412b477f699a7 diff --git a/wt-status.c b/wt-status.c index 9624865e21..e0a3260566 100644 --- a/wt-status.c +++ b/wt-status.c @@ -316,7 +316,7 @@ static void wt_status_collect_changes_worktree(struct wt_status *s) if (s->ignore_submodule_arg) { DIFF_OPT_SET(&rev.diffopt, OVERRIDE_SUBMODULE_CONFIG); handle_ignore_submodules_arg(&rev.diffopt, s->ignore_submodule_arg); - } + } rev.diffopt.format_callback = wt_status_collect_changed_cb; rev.diffopt.format_callback_data = s; rev.prune_data = s->pathspec;