mirror of
https://github.com/apache/nuttx.git
synced 2026-03-27 10:39:28 +08:00
Remove dangling white space at the end of the line
This commit is contained in:
@@ -52,7 +52,7 @@
|
||||
****************************************************************************/
|
||||
|
||||
FAR sq_entry_t *sq_remlast(sq_queue_t *queue)
|
||||
{
|
||||
{
|
||||
FAR sq_entry_t *ret = queue->tail;
|
||||
|
||||
if (ret)
|
||||
@@ -80,4 +80,4 @@ FAR sq_entry_t *sq_remlast(sq_queue_t *queue)
|
||||
}
|
||||
|
||||
return ret;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user