mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-09-12 13:40:16 +00:00
apps: fix style issues in code
Add missing FAR and CODE to pointers
Remove FAR for non-pointer variables
Remove extra spaces and align the parameters
Add do {} while(0) wrapper in macro
Use nitems to calculate number of elements in arrays
Signed-off-by: Petro Karashchenko <petro.karashchenko@gmail.com>
This commit is contained in:
parent
f4d3e549b6
commit
aed0e2873e
35 changed files with 615 additions and 514 deletions
|
|
@ -65,7 +65,7 @@
|
|||
#include <arpa/inet.h>
|
||||
|
||||
#ifdef CONFIG_FTPD_LOGIN_PASSWD
|
||||
#include "fsutils/passwd.h"
|
||||
# include "fsutils/passwd.h"
|
||||
#endif
|
||||
|
||||
#include "netutils/ftpd.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue