]> git.proxmox.com Git - mirror_qemu.git/commit
elfload: fix coding style nit
authorMichael S. Tsirkin <mst@redhat.com>
Wed, 30 Sep 2009 17:43:38 +0000 (19:43 +0200)
committerBlue Swirl <blauwirbel@gmail.com>
Wed, 30 Sep 2009 18:45:50 +0000 (18:45 +0000)
commit6ece4df63bd06089f0436160abb6fd14c4eef105
tree7d81733e44fd9533d3c58a1cbe360075235f4cd2
parent6ab00cee7024bd55a4a5159a6cfae46984099184
elfload: fix coding style nit

Put space between = and * when dereferencing a pointer,
to avoid confusion with old-style "*="

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
bsd-user/elfload.c
linux-user/elfload.c