mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 09:18:00 +08:00
drivers/syslog/syslog_write.c: nxstyle fix
This commit is contained in:
committed by
Brennan Ashton
parent
9274b67a45
commit
1a669e09cd
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user