Reformat thread_priority_greater to fit code style

This commit is contained in:
Themis Demetriades
2024-10-15 11:51:40 +01:00
parent 1821d73b09
commit f1fa7d2ffb

View File

@@ -603,7 +603,7 @@ allocate_tid (void)
than that of the second list element's thread. */ than that of the second list element's thread. */
bool bool
thread_priority_greater (const struct list_elem *a, const struct list_elem *b, thread_priority_greater (const struct list_elem *a, const struct list_elem *b,
void *aux) void *aux)
{ {
struct thread *ta = list_entry (a, struct thread, elem); struct thread *ta = list_entry (a, struct thread, elem);
struct thread *tb = list_entry (b, struct thread, elem); struct thread *tb = list_entry (b, struct thread, elem);