mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 01:05:54 +08:00
Costmetic changes
This commit is contained in:
+1
-1
@@ -70,7 +70,7 @@ static inline int isspace(int c)
|
||||
#else
|
||||
# define isspace(c) \
|
||||
((c) == ' ' || (c) == '\t' || (c) == '\n' || (c) == '\r' || \
|
||||
(c) == '\f' || c== '\v')
|
||||
(c) == '\f' || (c) == '\v')
|
||||
#endif
|
||||
|
||||
/****************************************************************************
|
||||
|
||||
Reference in New Issue
Block a user