From a984eb367c032dbe2577f01238c3d1268526be70 Mon Sep 17 00:00:00 2001 From: Kacper Date: Thu, 25 Dec 2025 19:24:38 +0100 Subject: Clang-tidy fixes --- include/netdb.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'include/netdb.h') diff --git a/include/netdb.h b/include/netdb.h index 9f7c7195..cbf0cf49 100644 --- a/include/netdb.h +++ b/include/netdb.h @@ -79,11 +79,10 @@ void endprotoent(void); void endservent(void); void freeaddrinfo(struct addrinfo *); const char *gai_strerror(int); -int getaddrinfo(const char *restrict, const char *restrict, - const struct addrinfo *restrict, struct addrinfo **restrict); +int getaddrinfo(const char *restrict, const char *restrict, const struct addrinfo *restrict, + struct addrinfo **restrict); struct hostent *gethostent(void); -int getnameinfo(const struct sockaddr *restrict, socklen_t, char *restrict, - socklen_t, char *restrict, socklen_t, int); +int getnameinfo(const struct sockaddr *restrict, socklen_t, char *restrict, socklen_t, char *restrict, socklen_t, int); struct netent *getnetbyaddr(uint32_t, int); struct netent *getnetbyname(const char *); struct netent *getnetent(void); -- cgit v1.2.3