Remove dangling white space at the end of the line
This commit is contained in:
parent
f7e5953804
commit
890beea0b6
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user