You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2021/01/29 18:41:00 UTC

[incubator-nuttx] 06/08: include: nuttx: syslog: nxstyle error fix

This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git

commit 3bdf98cc332165f67ba5276b5159acfd6ec18f61
Author: Alin Jerpelea <al...@sony.com>
AuthorDate: Thu Jan 28 17:27:46 2021 +0100

    include: nuttx: syslog: nxstyle error fix
    
    Nxstyle error fix to silence the CI.
    
    Signed-off-by: Alin Jerpelea <al...@sony.com>
---
 include/nuttx/syslog/syslog_console.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/nuttx/syslog/syslog_console.h b/include/nuttx/syslog/syslog_console.h
index af76585..8a97562 100644
--- a/include/nuttx/syslog/syslog_console.h
+++ b/include/nuttx/syslog/syslog_console.h
@@ -48,7 +48,9 @@
 /****************************************************************************
  * Pre-processor Definitions
  ****************************************************************************/
+
 /* Configuration ************************************************************/
+
 /* CONFIG_CONSOLE_SYSLOG - Use the syslog logging output as a system console.
  *   If this feature is enabled (along with CONFIG_DEV_CONSOLE), then all
  *   console output will be re-directed to the SYSLOG output channel.  This