mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 15:58:59 +08:00
nuttx: remove space befone newline in logs
Signed-off-by: Petro Karashchenko <petro.karashchenko@gmail.com>
This commit is contained in:
committed by
Xiang Xiao
parent
e68ffb9f99
commit
3ccb657dc2
@@ -1290,7 +1290,7 @@ static inline int rndis_recvpacket(FAR struct rndis_dev_s *priv,
|
||||
}
|
||||
else
|
||||
{
|
||||
uerr("The packet exceeds request buffer (reqlen=%d) \n",
|
||||
uerr("The packet exceeds request buffer (reqlen=%d)\n",
|
||||
reqlen);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user