linux-user: fix coding style nit
authorMichael S. Tsirkin <mst@redhat.com>
Wed, 30 Sep 2009 18:56:44 +0000 (18:56 +0000)
committerBlue Swirl <blauwirbel@gmail.com>
Wed, 30 Sep 2009 18:56:44 +0000 (18:56 +0000)
commite11e96204c33bf53b90e0d068ea20c1b505c1baa
tree600bbe982d47b2278f87551a09efb0fff95797c4
parent87a9c139af3c5d92a1ee14408cb8742dfc31dd0f
linux-user: fix coding style nit

Put space between = and & when taking 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>
linux-user/syscall.c