escc: fix coding style nit
authorMichael S. Tsirkin <mst@redhat.com>
Wed, 30 Sep 2009 17:43:55 +0000 (19:43 +0200)
committerBlue Swirl <blauwirbel@gmail.com>
Wed, 30 Sep 2009 18:45:50 +0000 (18:45 +0000)
commit9cb87149727e0f2030ada12f5778bf3b893f929e
treed8f9061f5a2f6a45ab93af5c59d0bce30cdc7483
parenta5b09f5d14cdcd2d3ecf4cc0642325e061dae420
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