gdbstub: fix coding style nit
commit8f4bee23eb86f96f25ea2b5b1fe06b83995366e6
authorMichael S. Tsirkin <mst@redhat.com>
Wed, 30 Sep 2009 17:43:47 +0000 (30 19:43 +0200)
committerBlue Swirl <blauwirbel@gmail.com>
Wed, 30 Sep 2009 18:45:50 +0000 (30 18:45 +0000)
tree17d763b2898fa8a07759ab49d1647158f2641397
parent6ece4df63bd06089f0436160abb6fd14c4eef105
gdbstub: fix coding style nit

Put space between = and * when dereferencing 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>
gdbstub.c