summaryrefslogtreecommitdiff
path: root/nuttx/sched/env_clearenv.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/sched/env_clearenv.c')
-rw-r--r--nuttx/sched/env_clearenv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/sched/env_clearenv.c b/nuttx/sched/env_clearenv.c
index 1181596ea..7fe01b5a2 100644
--- a/nuttx/sched/env_clearenv.c
+++ b/nuttx/sched/env_clearenv.c
@@ -60,7 +60,7 @@
* Description:
* The clearenv() function clears the environment of all name-value pairs
* and sets the value of the external variable environ to NULL.
-
+ *
* Parameters:
* None
*