On Sat, Sep 12, 2020 at 05:15:08PM +0200, Klemens Nanni wrote:
> On Sat, Sep 12, 2020 at 05:11:00PM +0200, Klemens Nanni wrote:
> > Bit hard to read, what about aligning like this?
> >
> > + if ((rdns_proposal->src == 0 ||
> > + rdns_proposal->src == tmp->src) &&
> > + (rdns_proposal->if_index == 0 ||
> > + rdns_proposal->if_index == tmp->if_index))
> With a space here ^
>
I'd rather not, style(9):
Indentation is an 8 character tab. Second level indents are four
spaces.
Also, my editor would fix it up the next time I touch those lines.
--
I'm not entirely sure you are real.