]> git.proxmox.com Git - mirror_qemu.git/commit - bsd-user/main.c
bsd-user: style tweak: use {} consistently in for / if / else statements
authorWarner Losh <imp@bsdimp.com>
Fri, 23 Apr 2021 16:58:11 +0000 (10:58 -0600)
committerWarner Losh <imp@bsdimp.com>
Tue, 11 May 2021 17:07:21 +0000 (11:07 -0600)
commitb23a51dc911da0a0e884b838d26aa1017ca2dd63
tree5c8a003ffd654876a5a1633cce7ade2ed5dbcf62
parentcb0ea0197f17bc6ed4a21e3c872d440501f055f0
bsd-user: style tweak: use {} consistently in for / if / else statements

Fix various issues with {} not being present on if / for statements.
Minor line length tweaks
Move an assignment in an if out.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Warner Losh <imp@bsdimp.com>
bsd-user/main.c