chore: add trailing newlines

main
Sean McBride 4 years ago
parent f116e4030d
commit 02d60a740d

@ -42,4 +42,4 @@ int priority_queue_length(struct priority_queue *self);
uint64_t priority_queue_peek(struct priority_queue *self);
int priority_queue_delete(struct priority_queue *self, void *value);
#endif /* PRIORITY_QUEUE_H */
#endif /* PRIORITY_QUEUE_H */

@ -76,4 +76,4 @@ global_request_scheduler_deque_initialize()
.remove_fn = global_request_scheduler_deque_remove };
global_request_scheduler_initialize(&config);
}
}

@ -61,4 +61,4 @@ global_request_scheduler_minheap_initialize()
.peek_fn = global_request_scheduler_minheap_peek };
global_request_scheduler_initialize(&config);
}
}

@ -44,4 +44,4 @@ local_completion_queue_free()
ps_list_rem_d(sandbox_iterator);
sandbox_free(sandbox_iterator);
}
}
}

@ -62,4 +62,4 @@ local_runqueue_preempt(ucontext_t *context)
{
assert(local_runqueue.preempt_fn != NULL);
return local_runqueue.preempt_fn(context);
};
};

Loading…
Cancel
Save