Skip to content
Snippets Groups Projects
Commit 890beea0 authored by Gregory Nutt's avatar Gregory Nutt
Browse files

Remove dangling white space at the end of the line

parent f7e59538
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment