Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'tq/branch-style-fix'
author
Junio C Hamano
<gitster@pobox.com>
Tue, 30 Oct 2018 06:43:43 +0000
(15:43 +0900)
committer
Junio 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
patch
|
blob
|
history
raw
(from parent 1:
d4591b9
)
diff --git
a/builtin/branch.c
b/builtin/branch.c
index 236770303468050c60b109cda32fa13915e07656..0c55f7f065d6ceb34d27a165160192fabe9f22d1 100644
(file)
--- 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;