Merge branch 'nd/style-opening-brace'
Code clean-up. * nd/style-opening-brace: style: the opening '{' of a function is in a separate line
This commit is contained in:
@ -143,7 +143,9 @@ static int push_url_of_remote(struct remote *remote, const char ***url_p)
|
||||
return remote->url_nr;
|
||||
}
|
||||
|
||||
static NORETURN int die_push_simple(struct branch *branch, struct remote *remote) {
|
||||
static NORETURN int die_push_simple(struct branch *branch,
|
||||
struct remote *remote)
|
||||
{
|
||||
/*
|
||||
* There's no point in using shorten_unambiguous_ref here,
|
||||
* as the ambiguity would be on the remote side, not what
|
||||
|
Reference in New Issue
Block a user