Merge branch 'tq/branch-style-fix'
Code clean-up. * tq/branch-style-fix: branch: trivial style fix
This commit is contained in:
@ -716,8 +716,7 @@ int cmd_branch(int argc, const char **argv, const char *prefix)
|
|||||||
print_columns(&output, colopts, NULL);
|
print_columns(&output, colopts, NULL);
|
||||||
string_list_clear(&output, 0);
|
string_list_clear(&output, 0);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
} else if (edit_description) {
|
||||||
else if (edit_description) {
|
|
||||||
const char *branch_name;
|
const char *branch_name;
|
||||||
struct strbuf branch_ref = STRBUF_INIT;
|
struct strbuf branch_ref = STRBUF_INIT;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user