very minor format edit
authorDaniel Stenberg <daniel@haxx.se>
Wed, 2 Jun 2004 14:39:34 +0000 (14:39 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 2 Jun 2004 14:39:34 +0000 (14:39 +0000)
lib/easy.c

index 5c30627..6257b74 100644 (file)
@@ -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);