]> git.proxmox.com Git - mirror_qemu.git/commit - block/qcow2.c
block: Fix some code style problems, "foo* bar" should be "foo *bar"
authorshiliyang <shiliyang@huawei.com>
Fri, 30 Oct 2020 03:35:12 +0000 (11:35 +0800)
committerMax Reitz <mreitz@redhat.com>
Mon, 9 Nov 2020 17:42:47 +0000 (18:42 +0100)
commit5f14f31d2bbb2c00b59c7e9cbbd584d0cee80273
treebf8d11fb9a42a9eaa78fde9854518dcebb4f6933
parent122860bae7c3a3cf45f9f2dedddb0e2492f09888
block: Fix some code style problems, "foo* bar" should be "foo *bar"

There have some code style problems be found when read the block driver code.
So I fixes some problems of this error, ERROR: "foo* bar" should be "foo *bar".

Signed-off-by: Liyang Shi <shiliyang@huawei.com>
Reported-by: Euler Robot <euler.robot@huawei.com>
Message-Id: <3211f389-6d22-46c1-4a16-e6a2ba66f070@huawei.com>
Signed-off-by: Max Reitz <mreitz@redhat.com>
block/blkdebug.c
block/dmg.c
block/qcow2.c
block/qcow2.h
block/vpc.c