Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/net Trailing whitespace
details: https://anonhg.NetBSD.org/src/rev/b7042b2181eb
branches: trunk
changeset: 368696:b7042b2181eb
user: skrll <skrll%NetBSD.org@localhost>
date: Thu Jul 28 15:15:29 2022 +0000
description:
Trailing whitespace
diffstat:
sys/net/if.h | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (36 lines):
diff -r 5a8f9169549f -r b7042b2181eb sys/net/if.h
--- a/sys/net/if.h Thu Jul 28 10:44:46 2022 +0000
+++ b/sys/net/if.h Thu Jul 28 15:15:29 2022 +0000
@@ -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 @@
} 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 @@
(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 @@
#define IFQCTL_PEAK 3
#define IFQCTL_DROPS 4
-/*
+/*
* Hook for if_vlan - needed by if_agr
*/
MODULE_HOOK(if_vlan_vlan_input_hook,
Home |
Main Index |
Thread Index |
Old Index