OSDN Git Service

qemu-img: fix missing space in qemu-img check output
authorStefan Hajnoczi <stefanha@redhat.com>
Thu, 7 Feb 2013 16:15:03 +0000 (17:15 +0100)
committerKevin Wolf <kwolf@redhat.com>
Fri, 22 Feb 2013 20:21:09 +0000 (21:21 +0100)
commitc9fc50839863f05545caca92bb9fbead8b1c91bd
tree7315e2e71ed6d7474fe5114da9fa1d9c15c40d0a
parentfba31bae2d776fb4134186a830a252523df7933f
qemu-img: fix missing space in qemu-img check output

The qemu-img check fragmentation printf() is missing a space before the
'=' sign.  The human output is not guaranteed to be stable and we are
not aware of screen scrapers, so add the missing space.

Also fix the missing indentation of the printf() arguments.

Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
qemu-img.c