Cosmetic: Move # of pre-processior command to column 1

This commit is contained in:
Gregory Nutt 2015-09-05 09:12:20 -06:00
parent 32666422a8
commit 7084ce0e02
2 changed files with 2 additions and 2 deletions

View File

@ -102,7 +102,7 @@
* 11 860 844 Telnet sd * 11 860 844 Telnet sd
*/ */
#include <nuttx/config.h> #include <nuttx/config.h>
#include "board.h" #include "board.h"
#include <stdio.h> #include <stdio.h>

View File

@ -488,7 +488,7 @@ static int cat_common(FAR struct nsh_vtbl_s *vtbl, FAR const char *cmd,
/* EINTR is not an error (but will stop stop the cat) */ /* EINTR is not an error (but will stop stop the cat) */
#ifndef CONFIG_DISABLE_SIGNALS #ifndef CONFIG_DISABLE_SIGNALS
if (errval == EINTR) if (errval == EINTR)
{ {
nsh_output(vtbl, g_fmtsignalrecvd, cmd); nsh_output(vtbl, g_fmtsignalrecvd, cmd);