X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/2d21ac55c334faf3a56e5634905ed6987fc787d4..3903760236c30e3b5ace7a4eefac3a269d68957c:/libsyscall/mach/ms_thread_switch.c diff --git a/libsyscall/mach/ms_thread_switch.c b/libsyscall/mach/ms_thread_switch.c index e7769c11a..2d1f16fc8 100644 --- a/libsyscall/mach/ms_thread_switch.c +++ b/libsyscall/mach/ms_thread_switch.c @@ -65,12 +65,12 @@ extern kern_return_t syscall_thread_switch(mach_port_name_t, int, mach_msg_timeo kern_return_t thread_switch( - mach_port_t thread, - int option, - mach_msg_timeout_t option_time) + mach_port_t thread, + int option, + mach_msg_timeout_t option_time) { kern_return_t result; - result = syscall_thread_switch(thread, option, option_time); - return (result); + result = syscall_thread_switch(thread, option, option_time); + return result; }