Skip to content
This repository was archived by the owner on Nov 9, 2017. It is now read-only.

Commit 54d07f2

Browse files
felipecgitster
authored andcommitted
branch: trivial style fix
Signed-off-by: Felipe Contreras <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 19ecb56 commit 54d07f2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

builtin/branch.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -975,9 +975,8 @@ int cmd_branch(int argc, const char **argv, const char *prefix)
975975
die(_("no such branch '%s'"), argv[0]);
976976
}
977977

978-
if (!branch_has_merge_config(branch)) {
978+
if (!branch_has_merge_config(branch))
979979
die(_("Branch '%s' has no upstream information"), branch->name);
980-
}
981980

982981
strbuf_addf(&buf, "branch.%s.remote", branch->name);
983982
git_config_set_multivar(buf.buf, NULL, NULL, 1);

0 commit comments

Comments
 (0)