]> git.proxmox.com Git - mirror_qemu.git/commit - bsd-user/elfload.c
bsd-user: whitespace changes
authorWarner Losh <imp@bsdimp.com>
Fri, 23 Apr 2021 15:05:57 +0000 (09:05 -0600)
committerWarner Losh <imp@bsdimp.com>
Tue, 11 May 2021 17:07:21 +0000 (11:07 -0600)
commitb4bebeee1dee8d333bfa105a6c28fec5eb34b147
tree4cef51a76771695c4a0e4022b02913550c06d604
parent29aabb4fc3b354e8f3bbaa1b542e27d54c324271
bsd-user: whitespace changes

Fix various whitespace-only issues from checkpatch:
    keyword space (
    no space before ( on function calls
    spaces around operators
    suspect indentations (including one functions reindented)
    extra spaces around unary operators

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