Reformat thread_priority_greater to fit code style
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user