summaryrefslogtreecommitdiff
path: root/nuttx/examples/nsh/nsh_dbgcmds.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/examples/nsh/nsh_dbgcmds.c')
-rw-r--r--nuttx/examples/nsh/nsh_dbgcmds.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/examples/nsh/nsh_dbgcmds.c b/nuttx/examples/nsh/nsh_dbgcmds.c
index 7e6cc7294..2f528a657 100644
--- a/nuttx/examples/nsh/nsh_dbgcmds.c
+++ b/nuttx/examples/nsh/nsh_dbgcmds.c
@@ -297,4 +297,4 @@ int cmd_mem(FAR struct nsh_vtbl_s *vtbl, int argc, char **argv)
nsh_output(vtbl, " uordblks: %8x\n", mem.uordblks);
nsh_output(vtbl, " fordblks: %8x\n", mem.fordblks);
return OK;
-} \ No newline at end of file
+}