summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjake <jake@FreeBSD.org>2000-12-04 09:52:39 +0000
committerjake <jake@FreeBSD.org>2000-12-04 09:52:39 +0000
commit89230d7f00d05d64e2f915b98871fb40fe6ea252 (patch)
treed0f727bee5a55a26bd60c20b11f7157174f406dc
parentf130b701e035e6fcc3c34b847fc09d9b6a5d4ba4 (diff)
downloadFreeBSD-src-89230d7f00d05d64e2f915b98871fb40fe6ea252.zip
FreeBSD-src-89230d7f00d05d64e2f915b98871fb40fe6ea252.tar.gz
Whitespace. Fix an overly long line.
-rw-r--r--sys/kern/kern_intr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/kern_intr.c b/sys/kern/kern_intr.c
index 30192b5..dcd422a 100644
--- a/sys/kern/kern_intr.c
+++ b/sys/kern/kern_intr.c
@@ -257,8 +257,8 @@ start_softintr(dummy)
void *dummy;
{
net_ih = sinthand_add("net", NULL, swi_net, NULL, SWI_NET, 0);
- softclock_ih =
- sinthand_add("clock", &clk_ithd, softclock, NULL, SWI_CLOCK, INTR_MPSAFE);
+ softclock_ih = sinthand_add("clock", &clk_ithd, softclock, NULL,
+ SWI_CLOCK, INTR_MPSAFE);
vm_ih = sinthand_add("vm", NULL, swi_vm, NULL, SWI_VM, 0);
}
OpenPOWER on IntegriCloud