style: the opening '{' of a function is in a separate line
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:

committed by
Junio C Hamano

parent
5d826e9729
commit
3b3357626e
@ -617,7 +617,8 @@ static int probe_rpc(struct rpc_state *rpc, struct slot_results *results)
|
||||
return err;
|
||||
}
|
||||
|
||||
static curl_off_t xcurl_off_t(size_t len) {
|
||||
static curl_off_t xcurl_off_t(size_t len)
|
||||
{
|
||||
uintmax_t size = len;
|
||||
if (size > maximum_signed_value_of_type(curl_off_t))
|
||||
die("cannot handle pushes this big");
|
||||
|
Reference in New Issue
Block a user