Cosmetic: Move # of pre-processior command to column 1
This commit is contained in:
parent
32666422a8
commit
7084ce0e02
@ -102,7 +102,7 @@
|
||||
* 11 860 844 Telnet sd
|
||||
*/
|
||||
|
||||
#include <nuttx/config.h>
|
||||
#include <nuttx/config.h>
|
||||
|
||||
#include "board.h"
|
||||
#include <stdio.h>
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user