From 97e41cdcc5bd00dea084a972d66577ba62520b2e Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Fri, 1 Jul 2016 13:27:15 -0600 Subject: [PATCH] Add a missing blank line --- nshlib/nsh_proccmds.c | 1 + 1 file changed, 1 insertion(+) diff --git a/nshlib/nsh_proccmds.c b/nshlib/nsh_proccmds.c index 4d36f65f7..1728e12c9 100644 --- a/nshlib/nsh_proccmds.c +++ b/nshlib/nsh_proccmds.c @@ -74,6 +74,7 @@ #if defined(CONFIG_STACK_COLORATION) && !defined(CONFIG_NSH_DISABLE_PSSTACKUSAGE) # define PS_HAVE_STACKUSAGE #endif + /**************************************************************************** * Private Types ****************************************************************************/