From 1b1d847f15d077aeecd1e8fc51b8f5c684ab444b Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Mon, 6 May 2019 07:54:15 +0200 Subject: [PATCH] : Add whitespace in a prototype. --- include/netdb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/netdb.h b/include/netdb.h index 3a2708fd75..141503f139 100644 --- a/include/netdb.h +++ b/include/netdb.h @@ -286,7 +286,7 @@ int gethostent_r(struct hostent *, char *, size_t, struct hostent *getipnodebyaddr(const void *, size_t, int, int *); struct hostent *getipnodebyname(const char *, int, int, int *); int getnetbyaddr_r(uint32_t, int, struct netent *, char *, size_t, - struct netent**, int *); + struct netent **, int *); int getnetbyname_r(const char *, struct netent *, char *, size_t, struct netent **, int *); int getnetent_r(struct netent *, char *, size_t, struct netent **, -- 2.41.0