Okay, here are the patches with that formatting tweak applied. - Vladimir On Fri, 4 Feb 2022 at 04:58, Po Lu wrote: > > > Your change LGTM, but: > > > + if (! for_multiple && actual_type == dpyinfo->Xatom_INCR) > > We typically don't put a space between the "!" and "for_multiple" here. > The surrounding code does it a lot, but there's no reason to introduce > any more instances of that style. > > Thanks.