New line on checkout-index is inconsistent with the rest of the commands

Signed-off-by: Michael Fallows <mich...@fallo.ws>
---
 git.c |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/git.c b/git.c
index b10c18b..b4d7bbb 100644
--- a/git.c
+++ b/git.c
@@ -316,8 +316,7 @@ static void handle_internal_command(int argc, const char **argv)
                { "check-ignore", cmd_check_ignore, RUN_SETUP | NEED_WORK_TREE 
},
                { "check-ref-format", cmd_check_ref_format },
                { "checkout", cmd_checkout, RUN_SETUP | NEED_WORK_TREE },
-               { "checkout-index", cmd_checkout_index,
-                       RUN_SETUP | NEED_WORK_TREE},
+               { "checkout-index", cmd_checkout_index, RUN_SETUP | 
NEED_WORK_TREE },
                { "cherry", cmd_cherry, RUN_SETUP },
                { "cherry-pick", cmd_cherry_pick, RUN_SETUP | NEED_WORK_TREE },
                { "clean", cmd_clean, RUN_SETUP | NEED_WORK_TREE },
--
1.7.9.5
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to