syslog_rpmsg: fix coding style
Follow the nxstyle Signed-off-by: ligd <liguiding1@xiaomi.com>
This commit is contained in:
parent
8713638687
commit
7567e429b6
|
@ -198,7 +198,7 @@ static void syslog_rpmsg_addbuf(FAR struct syslog_rpmsg_s *priv,
|
||||||
|
|
||||||
if (len <= 0)
|
if (len <= 0)
|
||||||
{
|
{
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (priv->head + len - priv->tail >= priv->size)
|
if (priv->head + len - priv->tail >= priv->size)
|
||||||
|
|
Loading…
Reference in New Issue