libc/netdb: Fix nxstyle issue

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao
2020-03-30 20:49:28 +08:00
committed by patacongo
parent d8b5362380
commit 15fac7743c
15 changed files with 121 additions and 127 deletions
+2 -1
View File
@@ -77,7 +77,8 @@
*
****************************************************************************/
FAR struct hostent *gethostbyaddr(FAR const void *addr, socklen_t len, int type)
FAR struct hostent *gethostbyaddr(FAR const void *addr,
socklen_t len, int type)
{
int ret;