tool: Fixed line longer than 79 characters from commit 705a4cb549
authorSteve Holme <steve_holme@hotmail.com>
Sun, 23 Feb 2014 16:09:15 +0000 (16:09 +0000)
committerSteve Holme <steve_holme@hotmail.com>
Sun, 23 Feb 2014 16:13:09 +0000 (16:13 +0000)
src/tool_doswin.h
src/tool_helpers.h

index 766c036..cd216db 100644 (file)
@@ -35,7 +35,8 @@ char **__crt0_glob_function(char *arg);
 
 #ifdef WIN32
 
-CURLcode FindWin32CACert(struct OperationConfig *config, const char *bundle_file);
+CURLcode FindWin32CACert(struct OperationConfig *config,
+                         const char *bundle_file);
 
 #endif /* WIN32 */
 
index 1487cf1..73bcfc7 100644 (file)
@@ -25,7 +25,8 @@
 
 const char *param2text(int res);
 
-int SetHTTPrequest(struct OperationConfig *config, HttpReq req, HttpReq *store);
+int SetHTTPrequest(struct OperationConfig *config, HttpReq req,
+                   HttpReq *store);
 
 #endif /* HEADER_CURL_TOOL_HELPERS_H */