mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 23:03:27 +08:00
Miscellaneous fixes from astyle tool.
This commit is contained in:
@@ -102,7 +102,7 @@ int putenv(FAR const char *string)
|
||||
/* Then let setenv do all of the work */
|
||||
|
||||
*pequal = '\0';
|
||||
ret = setenv(pname, pequal+1, TRUE);
|
||||
ret = setenv(pname, pequal + 1, TRUE);
|
||||
}
|
||||
|
||||
kmm_free(pname);
|
||||
|
||||
Reference in New Issue
Block a user