branch: trivial style fix

Signed-off-by: Tao Qingyun <taoqy@ls-a.me> Signed-off-by: Junio C Hamano <gitster@pobox.com>

Tao Qingyun committed Oct 16, 2018 at 22:19 UTC 2e3c894f4b1f5838109fc1f5e7bd441ff20ad025
1 file changed +1 -2
builtin/branch.c
+1 -2
@@ -735,8 +735,7 @@ int cmd_branch(int argc, const char **argv, const char *prefix)
735 print_columns(&output, colopts, NULL);
736 string_list_clear(&output, 0);
737 return 0;
738 - }
739 - else if (edit_description) {
738 + } else if (edit_description) {
739 const char *branch_name;
740 struct strbuf branch_ref = STRBUF_INIT;
741