Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Dec 2021 19:00:18 GMT
From:      Cy Schubert <cy@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 8a9278a106bf - stable/12 - ipfilter: Whitespace cleanup
Message-ID:  <202112091900.1B9J0IV4054460@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/12 has been updated by cy:

URL: https://cgit.FreeBSD.org/src/commit/?id=8a9278a106bf8f5ac102c4f28d28a8930368227e

commit 8a9278a106bf8f5ac102c4f28d28a8930368227e
Author:     Cy Schubert <cy@FreeBSD.org>
AuthorDate: 2021-10-05 04:16:16 +0000
Commit:     Cy Schubert <cy@FreeBSD.org>
CommitDate: 2021-12-09 18:52:10 +0000

    ipfilter: Whitespace cleanup
    
    Clean up whitespace from compaction of DTn macro definitions.
    
    (cherry picked from commit fca9c3871dddb75d62e06386f750363f549cb069)
---
 sys/contrib/ipfilter/netinet/ip_compat.h | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/sys/contrib/ipfilter/netinet/ip_compat.h b/sys/contrib/ipfilter/netinet/ip_compat.h
index 4c7c9af9badf..6bfb323aeb23 100644
--- a/sys/contrib/ipfilter/netinet/ip_compat.h
+++ b/sys/contrib/ipfilter/netinet/ip_compat.h
@@ -1222,12 +1222,12 @@ typedef	struct	tcpiphdr	tcpiphdr_t;
 #endif
 
 #if defined(DTRACE_PROBE) && defined(_KERNEL)
-#  define	DT(_n)			DTRACE_PROBE(_n)
-#  define	DT1(_n,_a,_b)		DTRACE_PROBE1(_n,_a,_b)
-#  define	DT2(_n,_a,_b,_c,_d)	DTRACE_PROBE2(_n,_a,_b,_c,_d)
-#  define	DT3(_n,_a,_b,_c,_d,_e,_f)	\
+# define	DT(_n)			DTRACE_PROBE(_n)
+# define	DT1(_n,_a,_b)		DTRACE_PROBE1(_n,_a,_b)
+# define	DT2(_n,_a,_b,_c,_d)	DTRACE_PROBE2(_n,_a,_b,_c,_d)
+# define	DT3(_n,_a,_b,_c,_d,_e,_f)	\
 					DTRACE_PROBE3(_n,_a,_b,_c,_d,_e,_f)
-#  define	DT4(_n,_a,_b,_c,_d,_e,_f,_g,_h) \
+# define	DT4(_n,_a,_b,_c,_d,_e,_f,_g,_h) \
 				DTRACE_PROBE4(_n,_a,_b,_c,_d,_e,_f,_g,_h)
 #else
 # define	DT(_n)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202112091900.1B9J0IV4054460>