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 --- tests/unit/unit1305.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/unit/unit1305.c') diff --git a/tests/unit/unit1305.c b/tests/unit/unit1305.c index ad270f565..9af0727c3 100644 --- a/tests/unit/unit1305.c +++ b/tests/unit/unit1305.c @@ -78,7 +78,7 @@ static Curl_addrinfo *fake_ai(void) static Curl_addrinfo *ai; int ss_size; - ss_size = sizeof (struct sockaddr_in); + ss_size = sizeof(struct sockaddr_in); if((ai = calloc(1, sizeof(Curl_addrinfo))) == NULL) return NULL; -- cgit v1.2.3