mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
fix indentation of a comment
This commit is contained in:
parent
a5924d6100
commit
dfd1ae2f86
1 changed files with 1 additions and 1 deletions
|
|
@ -130,7 +130,7 @@ struct dn_pkt {
|
|||
#define DN_TO_ETH_DEMUX 4
|
||||
#define DN_TO_ETH_OUT 5
|
||||
|
||||
dn_key output_time; /* when the pkt is due for delivery */
|
||||
dn_key output_time; /* when the pkt is due for delivery */
|
||||
struct ifnet *ifp; /* interface, for ip_output */
|
||||
struct sockaddr_in *dn_dst ;
|
||||
struct route ro; /* route, for ip_output. MUST COPY */
|
||||
|
|
|
|||
Loading…
Reference in a new issue