http-push: wrap signature of get_remote_object_url
The signature of get_remote_object_url stands at 96 characters (as pointed out by Dscho); this patch wraps it so that it conforms to the 80 characters guideline. Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
223bd93176
commit
2d20b7ebf6
@ -231,7 +231,8 @@ static void process_response(void *callback_data)
|
|||||||
|
|
||||||
#ifdef USE_CURL_MULTI
|
#ifdef USE_CURL_MULTI
|
||||||
|
|
||||||
static char *get_remote_object_url(const char *url, const char *hex, int only_two_digit_prefix)
|
static char *get_remote_object_url(const char *url, const char *hex,
|
||||||
|
int only_two_digit_prefix)
|
||||||
{
|
{
|
||||||
struct strbuf buf = STRBUF_INIT;
|
struct strbuf buf = STRBUF_INIT;
|
||||||
append_remote_object_url(&buf, url, hex, only_two_digit_prefix);
|
append_remote_object_url(&buf, url, hex, only_two_digit_prefix);
|
||||||
|
Loading…
Reference in New Issue
Block a user