Whitespace fix.

This commit is contained in:
John Baldwin 2004-12-30 20:30:58 +00:00
parent 63710c4d35
commit 99b808f461
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=139452

View File

@ -128,6 +128,7 @@ userret(td, frame, oticks)
ticks = td->td_sticks - oticks;
addupc_task(td, TRAPF_PC(frame), (u_int)ticks * psratio);
}
/*
* Let the scheduler adjust our priority etc.
*/