mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-01 00:18:15 +01:00
Style fix - break too long a line in two.
Spotted by: bz MFC after: 3 days
This commit is contained in:
parent
a7e061f11c
commit
38d61195b8
@ -377,5 +377,6 @@ vnet_lltable_init()
|
||||
|
||||
SLIST_INIT(&V_lltables);
|
||||
}
|
||||
VNET_SYSINIT(vnet_lltable_init, SI_SUB_PSEUDO, SI_ORDER_FIRST, vnet_lltable_init, NULL);
|
||||
VNET_SYSINIT(vnet_lltable_init, SI_SUB_PSEUDO, SI_ORDER_FIRST,
|
||||
vnet_lltable_init, NULL);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user