On Wed, Feb 13, 2019 at 11:56:16AM +0100, SZEDER Gábor wrote: >>> + if (iter) >>> + { > > According to our CodingGuidelines, the opening bracket should go on > the same line as the condition, i.e. > > if (iter) { Oh, thanks. I must have been professionally deformed.