Code

Reindent closing bracket using tab instead of spaces
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>
Mon, 24 Oct 2011 04:24:51 +0000 (15:24 +1100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 24 Oct 2011 06:54:58 +0000 (23:54 -0700)
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
wt-status.c

index 9624865e21739139a9fef5ebc31196cbcd22011a..e0a3260566e50248bb59fdba9c9e53c43b46390f 100644 (file)
@@ -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;