From 0d9ddf91ca896d5a4ed5525a426ff74bd2bc6726 Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Sun, 23 Feb 2014 16:09:15 +0000 Subject: tool: Fixed line longer than 79 characters from commit 705a4cb549 --- src/tool_helpers.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/tool_helpers.h') 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 */ -- cgit v1.2.3