Re-format code to avoid overly long lines and declarations

This commit is contained in:
Nils O. Selåsdal
2015-04-04 23:29:27 +02:00
parent a55139aba6
commit c6318c079d
17 changed files with 94 additions and 46 deletions
+2 -2
View File
@@ -281,8 +281,8 @@ unsigned int uc_thread_queue_length(struct uc_threadqueue *queue)
}
int uc_thread_queue_clear(struct uc_threadqueue *queue,
uc_thread_queue_walk_func free_func,
void *cookie)
uc_thread_queue_walk_func free_func,
void *cookie)
{
if (queue == NULL) {
return EINVAL;