Remove dangling white space at the end of the line

This commit is contained in:
Gregory Nutt 2014-04-13 13:26:55 -06:00
parent f7e5953804
commit 890beea0b6

View File

@ -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;
}
}