]> granicus.if.org Git - curl/commitdiff
parse_args: fix a too long source code line
authorDaniel Stenberg <daniel@haxx.se>
Tue, 25 Feb 2014 22:36:13 +0000 (23:36 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 25 Feb 2014 22:36:13 +0000 (23:36 +0100)
src/tool_getparam.c

index 9cd996c90b0b370e79fbd3b2d2ee3470f8e39904..5e907416b1fd30260d7c7d201b61852d1f298607 100644 (file)
@@ -1857,7 +1857,8 @@ ParameterError parse_args(struct GlobalConfig *config, int argc,
       bool used;
 
       /* Just add the URL please */
-      result = getparameter((char *)"--url", argv[i], &used, config, operation);
+      result = getparameter((char *)"--url", argv[i], &used, config,
+                            operation);
     }
   }