escc: fix another 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)
commit65ee1d76bf66f5befd5feb7ffb74b318f98f3815
tree954189356a3fcf83a2d79800d37d6b5777968d9c
parentd9907eadebacf4687d667921177d469c3dafca6f
escc: fix another coding style nit

Fix another place with =- to be "= -".
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