mirror of
https://github.com/apache/nuttx.git
synced 2026-09-27 18:58:27 +08:00
nuttx/fs: Fix some spacing and alignment issues
This commit is contained in:
@@ -108,7 +108,10 @@ struct syslog_dev_s
|
||||
/* This is the device structure for the console or syslogging function. */
|
||||
|
||||
static struct syslog_dev_s g_sysdev;
|
||||
static const uint8_t g_syscrlf[2] = { '\r', '\n' };
|
||||
static const uint8_t g_syscrlf[2] =
|
||||
{
|
||||
'\r', '\n'
|
||||
};
|
||||
|
||||
/****************************************************************************
|
||||
* Private Functions
|
||||
|
||||
Reference in New Issue
Block a user