Merge branch 'tq/branch-style-fix'
authorJunio C Hamano <gitster@pobox.com>
Tue, 30 Oct 2018 06:43:43 +0000 (15:43 +0900)
committerJunio C Hamano <gitster@pobox.com>
Tue, 30 Oct 2018 06:43:43 +0000 (15:43 +0900)
Code clean-up.

* tq/branch-style-fix:
branch: trivial style fix

builtin/branch.c
index 236770303468050c60b109cda32fa13915e07656..0c55f7f065d6ceb34d27a165160192fabe9f22d1 100644 (file)
@@ -716,8 +716,7 @@ int cmd_branch(int argc, const char **argv, const char *prefix)
                print_columns(&output, colopts, NULL);
                string_list_clear(&output, 0);
                return 0;
-       }
-       else if (edit_description) {
+       } else if (edit_description) {
                const char *branch_name;
                struct strbuf branch_ref = STRBUF_INIT;