Skip to content
Snippets Groups Projects
Commit 69ae6660 authored by Junio C Hamano's avatar Junio C Hamano
Browse files

Merge branch 'tq/branch-style-fix' into maint

Code clean-up.

* tq/branch-style-fix:
  branch: trivial style fix
parents 2b40fdd0 2e3c894f
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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;
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment