syslog_rpmsg: fix coding style

Follow the nxstyle

Signed-off-by: ligd <liguiding1@xiaomi.com>
This commit is contained in:
ligd 2024-02-18 17:13:29 +08:00 committed by Xiang Xiao
parent 8713638687
commit 7567e429b6
1 changed files with 1 additions and 1 deletions

View File

@ -198,7 +198,7 @@ static void syslog_rpmsg_addbuf(FAR struct syslog_rpmsg_s *priv,
if (len <= 0)
{
return;
return;
}
if (priv->head + len - priv->tail >= priv->size)