git: fca9c3871ddd - main - ipfilter: Whitespace cleanup

From: Cy Schubert <cy_at_FreeBSD.org>
Date: Sat, 04 Dec 2021 14:34:35 UTC
The branch main has been updated by cy:

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

commit fca9c3871dddb75d62e06386f750363f549cb069
Author:     Cy Schubert <cy@FreeBSD.org>
AuthorDate: 2021-10-05 04:16:16 +0000
Commit:     Cy Schubert <cy@FreeBSD.org>
CommitDate: 2021-12-04 14:33:12 +0000

    ipfilter: Whitespace cleanup
    
    Clean up whitespace from compaction of DTn macro definitions.
    
    MFC after:      3 days
---
 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)