9
0
Fork 0

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 3900ca5789
commit b087a6d873
1 changed files with 2 additions and 2 deletions

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