Reformat thread priority changing functions to follow style w/ S
This commit is contained in:
@@ -385,7 +385,6 @@ thread_set_priority (int new_base_priority)
|
||||
if (new_base_priority == old_base_priority)
|
||||
return;
|
||||
|
||||
|
||||
t->base_priority = new_base_priority;
|
||||
t->priority = new_base_priority;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user