diff options
| author | Junio C Hamano <gitster@pobox.com> | 2019-01-18 13:49:52 -0800 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2019-01-18 13:49:52 -0800 |
| commit | 3434569fc206c2f4bc434571d202f2961aa905e5 (patch) | |
| tree | 87899124d519d771b5b4c15a779ae594ef44d801 /builtin/push.c | |
| parent | Merge branch 'ds/gc-doc-typofix' (diff) | |
| parent | style: the opening '{' of a function is in a separate line (diff) | |
| download | git-3434569fc206c2f4bc434571d202f2961aa905e5.tar.gz git-3434569fc206c2f4bc434571d202f2961aa905e5.zip | |
Merge branch 'nd/style-opening-brace'
Code clean-up.
* nd/style-opening-brace:
style: the opening '{' of a function is in a separate line
Diffstat (limited to 'builtin/push.c')
| -rw-r--r-- | builtin/push.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/builtin/push.c b/builtin/push.c index ee1e842027..021dd3b1e4 100644 --- a/builtin/push.c +++ b/builtin/push.c @@ -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 |
