]> git.proxmox.com Git - qemu.git/commit
Remove blanks before \n in output strings
authorStefan Weil <weil@mail.berlios.de>
Mon, 12 Sep 2011 20:33:01 +0000 (22:33 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Fri, 16 Sep 2011 13:25:56 +0000 (08:25 -0500)
commitb2bedb214469af55179d907a60cd67fed6b0779e
tree45f926e05105467a707f75b9706bc5c1b094cbe9
parent937b1258b7748fe9dc2234b6006f216856179636
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 <weil@mail.berlios.de>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
16 files changed:
block/vvfat.c
darwin-user/machload.c
hw/bonito.c
hw/fmopl.c
hw/hpet.c
hw/loader.c
hw/mips_fulong2e.c
hw/mst_fpga.c
hw/vt82c686.c
linux-user/syscall.c
mips-dis.c
qemu-io.c
slirp/tcp_input.c
slirp/tcp_subr.c
target-ppc/helper.c
tests/test-i386.c