On Thu, Jun 6, 2024 at 9:57 AM Chandra Pratap <chandrapratap3519@xxxxxxxxx> wrote: > > According to Documentation/CodingGuidelines, control-flow statements > with a single line as their body must omit curly braces. Make > reftable/pq.c conform to this guideline. Besides that, remove > unnecessary newlines and variable assignment. A commit subject like "reftable/pq: remove unnecessary curly braces" might be a bit more specific.