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)
commitd64186ac1eab9e0d98427745b072d51d0ebd4032
tree7d81733e44fd9533d3c58a1cbe360075235f4cd2
parent04577a56e2b772d3530ed13ea8ae270233d65e9f
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