nxstyle fixes

Run all files modified by PR 766 through nxstyle and fix any resulting complaints.

NOTE:  Numerous "Mixed case identifier" errors in arch/arm/src/cxd56xx/cxd56_gnss.c were not fixed because this problem is of much larger scope than this file.
This commit is contained in:
Gregory Nutt
2020-04-11 11:43:37 -06:00
committed by Abdelatif Guettouche
parent 67ec3d7926
commit 72104c182c
9 changed files with 92 additions and 67 deletions
+2 -1
View File
@@ -104,7 +104,8 @@ in_addr_t inet_netof(struct in_addr in);
struct in_addr inet_makeaddr(in_addr_t net, in_addr_t host);
int inet_pton(int af, FAR const char *src, FAR void *dst);
const char *inet_ntop(int af, FAR const void *src, FAR char *dst, socklen_t size);
const char *inet_ntop(int af, FAR const void *src, FAR char *dst,
socklen_t size);
#undef EXTERN
#ifdef __cplusplus