From ff0547e70e5431a462b0712f68e5e98fb8ae572f Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Tue, 4 Feb 2014 21:49:10 +0100 Subject: tool_operate: shortened too-long source line --- src/tool_operate.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/tool_operate.c b/src/tool_operate.c index 2dace46f3..de49bc9b1 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; -- cgit v1.2.3