From dfd1ae2f86fd92e81969f9cd5e76f26a0244eb26 Mon Sep 17 00:00:00 2001 From: Luigi Rizzo Date: Sun, 23 Jun 2002 09:14:24 +0000 Subject: [PATCH] fix indentation of a comment --- sys/netinet/ip_dummynet.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/netinet/ip_dummynet.h b/sys/netinet/ip_dummynet.h index 3453517589b..30c5f6fc35f 100644 --- a/sys/netinet/ip_dummynet.h +++ b/sys/netinet/ip_dummynet.h @@ -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 */