]> git.99rst.org Git - git.git/commit
reftable: remove unnecessary curly braces in reftable/pq.c
authorChandra Pratap <redacted>
Thu, 1 Aug 2024 10:59:42 +0000 (16:29 +0530)
committerJunio C Hamano <redacted>
Thu, 1 Aug 2024 16:07:28 +0000 (09:07 -0700)
commitf1b60b7c666416b00f96e3f58552bfe52ca73130
treebd9930249ae833b9fff33d5b75c03b0891e9c722
parent39bf06adf96da25b87c9aa7d35a32ef3683eb4a4
reftable: remove unnecessary curly braces in reftable/pq.c

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.

Mentored-by: Patrick Steinhardt <redacted>
Mentored-by: Christian Couder <redacted>
Signed-off-by: Chandra Pratap <redacted>
Signed-off-by: Junio C Hamano <redacted>
reftable/pq.c
git clone https://git.99rst.org/PROJECT