mirror of
https://github.com/apache/nuttx.git
synced 2026-05-31 05:55:46 +08:00
libs: nxstyle fixes
nxstyle fixes to pass the CI checks Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>
This commit is contained in:
committed by
Xiang Xiao
parent
796ef13b20
commit
d6b50a1d3f
@@ -49,6 +49,7 @@
|
||||
FAR char *setlocale(int category, FAR const char *locale)
|
||||
{
|
||||
return ((locale == NULL || strcmp(locale, "POSIX") == 0 ||
|
||||
strcmp(locale, "C") == 0 || strcmp(locale, "") == 0) ? "C" : NULL);
|
||||
strcmp(locale, "C") == 0 || strcmp(locale, "") ==
|
||||
0) ? "C" : NULL);
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user