Remove exra whitespace from files (#189)

* Remove multiple newlines at the end of files
* Remove the whitespace from the end of lines
This commit is contained in:
Xiang Xiao
2020-01-31 07:15:01 -08:00
committed by Gregory Nutt
parent 960c26491c
commit 68951e8d72
1339 changed files with 300 additions and 1669 deletions
-1
View File
@@ -67,4 +67,3 @@ void dq_addfirst(FAR dq_entry_t *node, dq_queue_t *queue)
queue->head = node;
}
}
-1
View File
@@ -75,4 +75,3 @@ FAR dq_entry_t *dq_remlast(dq_queue_t *queue)
return ret;
}
-1
View File
@@ -68,4 +68,3 @@ FAR sq_entry_t *sq_remfirst(sq_queue_t *queue)
return ret;
}