mirror of
https://github.com/apache/nuttx.git
synced 2026-05-26 10:46:28 +08:00
Remove the unnessary empty line after label
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
committed by
Petro Karashchenko
parent
6e490759d6
commit
bdeaea3742
@@ -213,7 +213,6 @@ ssize_t nxterm_read(FAR struct file *filep, FAR char *buffer, size_t len)
|
||||
/* Notify all poll/select waiters that they can write to the FIFO */
|
||||
|
||||
errout_without_sem:
|
||||
|
||||
if (nread > 0)
|
||||
{
|
||||
nxterm_pollnotify(priv, POLLOUT);
|
||||
|
||||
Reference in New Issue
Block a user