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:
authorTao Qingyun <taoqy@ls-a.me>2018-10-16 17:19:20 +0300
committerJunio C Hamano <gitster@pobox.com>2018-10-18 05:15:20 +0300
commit2e3c894f4b1f5838109fc1f5e7bd441ff20ad025 (patch)
treebb506b7de9695180ea78112f16ff13b9121fd059 /builtin/branch.c
parentcae598d9980661a978e2df4fb338518f7bf09572 (diff)
branch: trivial style fix
Signed-off-by: Tao Qingyun <taoqy@ls-a.me> Signed-off-by: Junio C Hamano <gitster@pobox.com>
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 bbd006aab4b..1f3c7e38676 100644
--- a/builtin/branch.c
+++ b/builtin/branch.c
@@ -735,8 +735,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;