From: Dan Fandrich Date: Tue, 4 Feb 2014 20:49:10 +0000 (+0100) Subject: tool_operate: shortened too-long source line X-Git-Tag: curl-7_36_0~220 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ff0547e70e5431a462b0712f68e5e98fb8ae572f;p=thirdparty%2Fcurl.git tool_operate: shortened too-long source line --- diff --git a/src/tool_operate.c b/src/tool_operate.c index 2dace46f3b..de49bc9b19 100644 --- a/src/tool_operate.c +++ b/src/tool_operate.c @@ -196,7 +196,8 @@ static CURLcode operate_init(struct Configurable *config) return CURLE_OK; } -static int operate_do(struct Configurable *config, int argc, argv_item_t argv[]) +static int operate_do(struct Configurable *config, int argc, + argv_item_t argv[]) { char errorbuffer[CURL_ERROR_SIZE]; struct ProgressData progressbar;