In message <[email protected]>, Jessica Clarke w rites: > Hi, > > On 25 Jan 2021, at 22:47, Cy Schubert <[email protected]> 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).
There are a number of those in ipfilter, currently. Rather than confuse the functional changes with aesthetic changes, which makes it difficult for people to bisect history, I'll push those prior to the next batch of functional changes. -- Cheers, Cy Schubert <[email protected]> FreeBSD UNIX: <[email protected]> Web: https://FreeBSD.org NTP: <[email protected]> Web: https://nwtime.org The need of the many outweighs the greed of the few. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-src-main To unsubscribe, send any mail to "[email protected]"
