From b2bedb214469af55179d907a60cd67fed6b0779e Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Mon, 12 Sep 2011 22:33:01 +0200 Subject: Remove blanks before \n in output strings Those blanks violate the coding conventions, see scripts/checkpatch.pl. Blanks missing after colons in the changed lines were added. This patch does not try to fix tabs, long lines and other problems in the changed lines, therefore checkpatch.pl reports many violations. Signed-off-by: Stefan Weil Signed-off-by: Anthony Liguori --- qemu-io.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qemu-io.c') diff --git a/qemu-io.c b/qemu-io.c index 5e46213af1..e91af3747b 100644 --- a/qemu-io.c +++ b/qemu-io.c @@ -880,7 +880,7 @@ static void multiwrite_help(void) " in a batch of requests that may be merged by qemu\n" "\n" " Example:\n" -" 'multiwrite 512 1k 1k ; 4k 1k' \n" +" 'multiwrite 512 1k 1k ; 4k 1k'\n" " writes 2 kB at 512 bytes and 1 kB at 4 kB into the open file\n" "\n" " Writes into a segment of the currently open file, using a buffer\n" -- cgit v1.2.3