Module Name:    src
Committed By:   skrll
Date:           Thu Jul 28 15:15:29 UTC 2022

Modified Files:
        src/sys/net: if.h

Log Message:
Trailing whitespace


To generate a diff of this commit:
cvs rdiff -u -r1.298 -r1.299 src/sys/net/if.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/net/if.h
diff -u src/sys/net/if.h:1.298 src/sys/net/if.h:1.299
--- src/sys/net/if.h:1.298	Mon Jun 20 08:20:09 2022
+++ src/sys/net/if.h	Thu Jul 28 15:15:29 2022
@@ -1,4 +1,4 @@
-/*	$NetBSD: if.h,v 1.298 2022/06/20 08:20:09 yamaguchi Exp $	*/
+/*	$NetBSD: if.h,v 1.299 2022/07/28 15:15:29 skrll Exp $	*/
 
 /*-
  * Copyright (c) 1999, 2000, 2001 The NetBSD Foundation, Inc.
@@ -439,7 +439,7 @@ typedef struct ifnet {
 } ifnet_t;
 
 #include <net/if_stats.h>
- 
+
 #define	if_name(ifp)	((ifp)->if_xname)
 
 #define	IFF_UP		0x0001		/* interface is up */
@@ -700,7 +700,7 @@ if_start_lock(struct ifnet *ifp)
 		(m)->m_nextpkt = 0; \
 		(ifq)->ifq_len--; \
 	} \
-} while (/*CONSTCOND*/0) 
+} while (/*CONSTCOND*/0)
 #define	IF_POLL(ifq, m)		((m) = (ifq)->ifq_head)
 #define	IF_PURGE(ifq)							\
 do {									\
@@ -1408,7 +1408,7 @@ int	sysctl_ifq(int *name, u_int namelen,
 #define IFQCTL_PEAK	3
 #define IFQCTL_DROPS	4
 
-/* 
+/*
  * Hook for if_vlan - needed by if_agr
  */
 MODULE_HOOK(if_vlan_vlan_input_hook,

Reply via email to