From b228d2952b6762b5c9b851fba0cf391e80c6761a Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 13 Dec 2016 23:34:59 +0100 Subject: checksrc: stricter no-space-before-paren enforcement In order to make the code style more uniform everywhere --- src/tool_paramhlp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tool_paramhlp.c') diff --git a/src/tool_paramhlp.c b/src/tool_paramhlp.c index 7de490525..09910a784 100644 --- a/src/tool_paramhlp.c +++ b/src/tool_paramhlp.c @@ -313,7 +313,7 @@ long proto2num(struct OperationConfig *config, long *val, const char *str) for(pp=protos; pp->name; pp++) { if(curl_strequal(token, pp->name)) { - switch (action) { + switch(action) { case deny: *val &= ~(pp->bit); break; -- cgit v1.2.3