Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Jan 2021 22:49:16 +0000
From:      Jessica Clarke <jrtc27@freebsd.org>
To:        Cy Schubert <cy@FreeBSD.org>
Cc:        "src-committers@freebsd.org" <src-committers@FreeBSD.org>, "dev-commits-src-all@freebsd.org" <dev-commits-src-all@FreeBSD.org>, "dev-commits-src-main@freebsd.org" <dev-commits-src-main@FreeBSD.org>
Subject:   Re: git: 83edbc3cb54f - main - ipfilter: Retire pre-standard C support.
Message-ID:  <B5F169E0-1553-4BAF-A4F5-5158A64FDA3C@freebsd.org>
In-Reply-To: <202101252247.10PMlBd2027258@gitrepo.freebsd.org>
References:  <202101252247.10PMlBd2027258@gitrepo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi,

On 25 Jan 2021, at 22:47, Cy Schubert <cy@FreeBSD.org> wrote:
> 
> diff --git a/contrib/ipfilter/ipf.h b/contrib/ipfilter/ipf.h
> index 05dcfa4afd64..834ba83f51f0 100644
> --- a/contrib/ipfilter/ipf.h
> +++ b/contrib/ipfilter/ipf.h
> @@ -73,15 +73,7 @@
> #include "opts.h"
> 
> #ifndef __P
> -# ifdef __STDC__
> #  define	__P(x)	x

There are a few cases like this where the indentation should be reduced
(or just removed if it's no longer so confusing).

Jess




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?B5F169E0-1553-4BAF-A4F5-5158A64FDA3C>