]> git.ipfire.org Git - thirdparty/git.git/commit
progress.c test helper: add missing braces
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Thu, 3 Feb 2022 21:40:12 +0000 (22:40 +0100)
committerJunio C Hamano <gitster@pobox.com>
Thu, 3 Feb 2022 23:39:55 +0000 (15:39 -0800)
commit587c3d0da67aecc7c9defb576614962f8ca3faf8
treea76697fec7a714e7e9b13d20094ac0684aaff99a
parent8266e0c02973618f68b45957a2dcb29660737486
progress.c test helper: add missing braces

If we have braces on one arm of an if/else all of them should have it,
per the CodingGuidelines's "When there are multiple arms to a
conditional[...]" advice. This formatting change makes a subsequent
commit smaller.

Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/helper/test-progress.c