Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2018-10-30 09:43:43 +0300
committerJunio C Hamano <gitster@pobox.com>2018-10-30 09:43:43 +0300
commit6119b8de0ec737c9e49ddd09d482c67fdc165d17 (patch)
tree54d61fac4fb9cce03df56f1f0c67ad6b124ca8a7 /builtin/branch.c
parentd4591b97bdb72d5b7c7b84c75f5a0010e44932ca (diff)
parent2e3c894f4b1f5838109fc1f5e7bd441ff20ad025 (diff)
Merge branch 'tq/branch-style-fix'
Code clean-up. * tq/branch-style-fix: branch: trivial style fix
Diffstat (limited to 'builtin/branch.c')
-rw-r--r--builtin/branch.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/builtin/branch.c b/builtin/branch.c
index 23677030346..0c55f7f065d 100644
--- a/builtin/branch.c
+++ b/builtin/branch.c
@@ -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;