From 7084ce0e028e602adf4ded094c30cceedefaa705 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sat, 5 Sep 2015 09:12:20 -0600 Subject: [PATCH] Cosmetic: Move # of pre-processior command to column 1 --- examples/cc3000/cc3000basic.c | 2 +- nshlib/nsh_fscmds.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/cc3000/cc3000basic.c b/examples/cc3000/cc3000basic.c index a3747a4bc..aacfa62d8 100644 --- a/examples/cc3000/cc3000basic.c +++ b/examples/cc3000/cc3000basic.c @@ -102,7 +102,7 @@ * 11 860 844 Telnet sd */ - #include +#include #include "board.h" #include diff --git a/nshlib/nsh_fscmds.c b/nshlib/nsh_fscmds.c index 39a93be6a..ca34a537d 100644 --- a/nshlib/nsh_fscmds.c +++ b/nshlib/nsh_fscmds.c @@ -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) */ - #ifndef CONFIG_DISABLE_SIGNALS +#ifndef CONFIG_DISABLE_SIGNALS if (errval == EINTR) { nsh_output(vtbl, g_fmtsignalrecvd, cmd);