git: cf9dd263f847 - stable/13 - ipfilter: Whitespace cleanup
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 09 Dec 2021 18:58:56 UTC
The branch stable/13 has been updated by cy: URL: https://cgit.FreeBSD.org/src/commit/?id=cf9dd263f847ba22b92ceb8a8cabfc09183d9f98 commit cf9dd263f847ba22b92ceb8a8cabfc09183d9f98 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:50:22 +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)