escc: fix coding style nit
commita0d98a712fbb1f22e347299006e4004bb985eb34
authorMichael S. Tsirkin <mst@redhat.com>
Wed, 30 Sep 2009 17:43:55 +0000 (30 19:43 +0200)
committerBlue Swirl <blauwirbel@gmail.com>
Wed, 30 Sep 2009 18:45:50 +0000 (30 18:45 +0000)
treed8f9061f5a2f6a45ab93af5c59d0bce30cdc7483
parent8f4bee23eb86f96f25ea2b5b1fe06b83995366e6
escc: fix coding style nit

Put space between = and - assigning a negative number
to avoid confusion with old-style "-="
(which we also have, and needs to be fixed).

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
hw/escc.c