]> git.ipfire.org Git - thirdparty/git.git/commit
run-command: add braces for "if" block in wait_or_whine()
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Tue, 2 Feb 2021 01:59:59 +0000 (02:59 +0100)
committerJunio C Hamano <gitster@pobox.com>
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 <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
run-command.c