mirror of
https://github.com/apache/nuttx.git
synced 2026-08-01 20:28:58 +00:00
Remove the unnessary empty line after label
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
parent
6e490759d6
commit
bdeaea3742
70 changed files with 208 additions and 484 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue