From: Daniel Stenberg Date: Wed, 2 Jun 2004 14:39:34 +0000 (+0000) Subject: very minor format edit X-Git-Tag: curl-7_12_1~344 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=de03f172adf1be385e3f7d3aaee125e1231e7aea;p=thirdparty%2Fcurl.git very minor format edit --- diff --git a/lib/easy.c b/lib/easy.c index 5c3062712d..6257b7452d 100644 --- a/lib/easy.c +++ b/lib/easy.c @@ -333,7 +333,8 @@ CURLcode curl_easy_setopt(CURL *curl, CURLoption tag, ...) /* This is a function pointer type */ param_func = va_arg(arg, func_T ); ret = Curl_setopt(data, tag, param_func); - } else { + } + else { /* This is a curl_off_t type */ param_offset = va_arg(arg, curl_off_t); ret = Curl_setopt(data, tag, param_offset);