mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-02 12:49:03 +00:00
Cosmetic: Move # of pre-processior command to column 1
This commit is contained in:
parent
32666422a8
commit
7084ce0e02
2 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue