Remove dangling white space at the end of the line
This commit is contained in:
parent
f7e5953804
commit
890beea0b6
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Reference in a new issue