aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/subr_trap.c
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2004-12-30 20:30:58 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2004-12-30 20:30:58 +0000
commit99b808f461ad76423a31be5ce314136af8b46c18 (patch)
tree2faccb28522b9d49f032363e527ef7c09d3db1bb /sys/kern/subr_trap.c
parent63710c4d35ceb301e9f8af073aac89e95c1fe66b (diff)
downloadsrc-99b808f461ad76423a31be5ce314136af8b46c18.tar.gz
src-99b808f461ad76423a31be5ce314136af8b46c18.zip
Whitespace fix.
Notes
Notes: svn path=/head/; revision=139452
Diffstat (limited to 'sys/kern/subr_trap.c')
-rw-r--r--sys/kern/subr_trap.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/kern/subr_trap.c b/sys/kern/subr_trap.c
index 96261e94e994..291c8622a571 100644
--- a/sys/kern/subr_trap.c
+++ b/sys/kern/subr_trap.c
@@ -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.
*/