linux-user: fix coding style nit
commite8bbe36c03c6044953aa5b3fa8bcd7cb7b7b88e3
authorMichael S. Tsirkin <mst@redhat.com>
Wed, 30 Sep 2009 18:56:44 +0000 (30 18:56 +0000)
committerBlue Swirl <blauwirbel@gmail.com>
Wed, 30 Sep 2009 18:56:44 +0000 (30 18:56 +0000)
tree600bbe982d47b2278f87551a09efb0fff95797c4
parent58caed6dda60817e2067a0e312b4a6d8524c2b6b
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