url: Fix chksrc longer than 79 columns warning
diff --git a/lib/url.c b/lib/url.c
index 6f23795..ffecd37 100644
--- a/lib/url.c
+++ b/lib/url.c
@@ -4468,7 +4468,8 @@
  * Returns CURLE_OK on success.
  */
 static CURLcode parse_login_details(const char *login, const size_t len,
-                                    char **userp, char **passwdp, char **optionsp)
+                                    char **userp, char **passwdp,
+                                    char **optionsp)
 {
   CURLcode result = CURLE_OK;
   char *utemp = NULL;