aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2014-02-23 16:09:15 +0000
committerSteve Holme <steve_holme@hotmail.com>2014-02-23 16:13:09 +0000
commit0d9ddf91ca896d5a4ed5525a426ff74bd2bc6726 (patch)
treeb53cc1ffa09aa20a22a0cb059023c580704bf98b /src
parentcc31a4a64519ef4357cae099c9eb33e3e1553a89 (diff)
tool: Fixed line longer than 79 characters from commit 705a4cb549
Diffstat (limited to 'src')
-rw-r--r--src/tool_doswin.h3
-rw-r--r--src/tool_helpers.h3
2 files changed, 4 insertions, 2 deletions
diff --git a/src/tool_doswin.h b/src/tool_doswin.h
index 766c036f4..cd216dbc5 100644
--- a/src/tool_doswin.h
+++ b/src/tool_doswin.h
@@ -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 */
diff --git a/src/tool_helpers.h b/src/tool_helpers.h
index 1487cf18a..73bcfc771 100644
--- a/src/tool_helpers.h
+++ b/src/tool_helpers.h
@@ -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 */