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