run-command: add braces for "if" block in wait_or_whine()
authorÆvar Arnfjörð Bjarmason <redacted>
Tue, 2 Feb 2021 01:59:59 +0000 (02:59 +0100)
committerJunio C Hamano <redacted>
Tue, 2 Feb 2021 05:15:58 +0000 (21:15 -0800)
commit85db79a96ede0a2c296b2e41df472025f32806cc
tree91ea64a13be231dd9993fc7ffefee778afa9d276
parentc24b7f67364fc89575926c7c79118df55b6103ef
run-command: add braces for "if" block in wait_or_whine()

Add braces to an "if" block in the wait_or_whine() function. This
isn't needed now, but will make a subsequent commit easier to read.

Signed-off-by: Ævar Arnfjörð Bjarmason <redacted>
Signed-off-by: Junio C Hamano <redacted>
run-command.c
git clone https://git.99rst.org/PROJECT