]> Git Repo - qemu.git/commit
block: Don't add trailing space in "Formating..." message
authorFam Zheng <[email protected]>
Tue, 9 Dec 2014 07:38:04 +0000 (15:38 +0800)
committerStefan Hajnoczi <[email protected]>
Fri, 12 Dec 2014 16:52:33 +0000 (16:52 +0000)
commit43c5d8f8001eb467abf091c3e2a8aca3d1e5b522
tree716d648a0211c7bbb22c9ae12b956a75dc10eb01
parent7486458c33cd3e5714368f181a5fea39c54444ca
block: Don't add trailing space in "Formating..." message

Change the message printing code to output a separator for each option
string before it instead of after, then we don't one more extra ' ' in
the end.

To update qemu-iotests output files, most of the times one would just
copy the *.out.bad to *.out. With this change we will not have the
space disliked by checkpatch.pl.

Signed-off-by: Fam Zheng <[email protected]>
Reviewed-by: Eric Blake <[email protected]>
Reviewed-by: Markus Armbruster <[email protected]>
Message-id: 1418110684[email protected]
Signed-off-by: Stefan Hajnoczi <[email protected]>
block.c
include/qemu/option.h
util/qemu-option.c
This page took 0.025115 seconds and 4 git commands to generate.