You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by bt...@apache.org on 2020/07/30 04:13:34 UTC

[incubator-nuttx] 03/03: drivers/syslog/syslog_write.c: nxstyle fix

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

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

commit 1a669e09cd634b2f9b25ca659c3db700d3ce3451
Author: YAMAMOTO Takashi <ya...@midokura.com>
AuthorDate: Thu Jul 30 11:33:06 2020 +0900

    drivers/syslog/syslog_write.c: nxstyle fix
---
 drivers/syslog/syslog_write.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/syslog/syslog_write.c b/drivers/syslog/syslog_write.c
index f5343da..5c74d4b 100644
--- a/drivers/syslog/syslog_write.c
+++ b/drivers/syslog/syslog_write.c
@@ -140,5 +140,6 @@ ssize_t syslog_write(FAR const char *buffer, size_t buflen)
       syslog_flush_intbuffer(g_syslog_channel, false);
     }
 #endif
+
   return syslog_default_write(buffer, buflen);
 }