From 66b077576313eda129bce9f58fdc894d857cb121 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 13 May 2020 12:56:53 +0200 Subject: checksrc: enhance the ASTERISKSPACE and update code accordingly Fine: "struct hello *world" Not fine: "struct hello* world" (and variations) Closes #5386 --- lib/select.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/select.h') diff --git a/lib/select.h b/lib/select.h index 0fd8ed515..9b3e0783f 100644 --- a/lib/select.h +++ b/lib/select.h @@ -91,7 +91,7 @@ int Curl_wait_ms(int timeout_ms); #ifdef TPF int tpf_select_libcurl(int maxfds, fd_set* reads, fd_set* writes, - fd_set* excepts, struct timeval* tv); + fd_set* excepts, struct timeval *tv); #endif /* Winsock and TPF sockets are not in range [0..FD_SETSIZE-1], which -- cgit v1.2.3