mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Whitespace. Fix an overly long line.
This commit is contained in:
parent
85b039fe64
commit
f6a6e37a2c
1 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue