find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex.
authorths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>
Mon, 17 Sep 2007 08:09:54 +0000 (08:09 +0000)
committerths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>
Mon, 17 Sep 2007 08:09:54 +0000 (08:09 +0000)
commit3b46e6242767a2c770c0aba0a6595e9511623c92
tree3be4de9b2efeb39df2456957babaeda70ed50012
parentef18c8839e85341cc63467f92c35f981858a6fe5
find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex.

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3177 c046a42c-6fe2-441c-8c8c-71466251a162
173 files changed:
Changelog
aes.c
arm-dis.c
arm-semi.c
block-bochs.c
block-cloop.c
block-cow.c
block-dmg.c
block-qcow.c
block-qcow2.c
block-raw.c
block-vmdk.c
block-vpc.c
block-vvfat.c
block.c
block_int.h
cocoa.m
console.c
cpu-exec.c
darwin-user/syscall.c
dis-asm.h
disas.c
dyngen.c
dyngen.h
elf_ops.h
exec-all.h
exec.c
gdbstub.c
hw/acpi.c
hw/adb.c
hw/alpha_palcode.c
hw/apic.c
hw/cdrom.c
hw/cirrus_vga.c
hw/cirrus_vga_rop2.h
hw/cuda.c
hw/esp.c
hw/grackle_pci.c
hw/gt64xxx.c
hw/heathrow_pic.c
hw/i8254.c
hw/i8259.c
hw/ide.c
hw/iommu.c
hw/m48t59.c
hw/mc146818rtc.c
hw/mips_malta.c
hw/ne2000.c
hw/openpic.c
hw/parallel.c
hw/pc.c
hw/pci.c
hw/pckbd.c
hw/pcnet.c
hw/pflash_cfi02.c
hw/pl011.c
hw/pl110.c
hw/pl181.c
hw/ppc.c
hw/ppc405_boards.c
hw/ppc405_uc.c
hw/ppc_chrp.c
hw/ps2.c
hw/rtl8139.c
hw/serial.c
hw/slavio_intctl.c
hw/slavio_serial.c
hw/slavio_timer.c
hw/smbus_eeprom.c
hw/smc91c111.c
hw/tcx.c
hw/usb-hid.c
hw/usb-hub.c
hw/usb-msd.c
hw/usb-uhci.c
hw/usb.h
hw/vga.c
hw/vga_int.h
hw/vga_template.h
kqemu.c
linux-user/alpha/syscall_nr.h
linux-user/elfload.c
linux-user/flat.h
linux-user/flatload.c
linux-user/linuxload.c
linux-user/main.c
linux-user/mmap.c
linux-user/signal.c
linux-user/syscall.c
linux-user/syscall_defs.h
linux-user/syscall_types.h
linux-user/vm86.c
loader.c
m68k-dis.c
mips-dis.c
monitor.c
qemu-doc.texi
qemu-img.c
readline.c
s390-dis.c
sdl.c
sh4-dis.c
slirp/bootp.c
slirp/cksum.c
slirp/debug.c
slirp/if.c
slirp/ip_icmp.c
slirp/ip_output.c
slirp/mbuf.c
slirp/misc.c
slirp/sbuf.c
slirp/slirp.c
slirp/socket.c
slirp/socket.h
slirp/tcp_input.c
slirp/tcp_output.c
slirp/tcp_subr.c
slirp/tcp_timer.c
slirp/tftp.c
slirp/udp.c
softmmu_template.h
sparc-dis.c
tap-win32.c
target-alpha/helper.c
target-arm/cpu.h
target-arm/nwfpe/double_cpdo.c
target-arm/nwfpe/extended_cpdo.c
target-arm/nwfpe/fpa11.c
target-arm/nwfpe/fpa11.h
target-arm/nwfpe/fpa11_cpdo.c
target-arm/nwfpe/fpa11_cpdt.c
target-arm/nwfpe/fpa11_cprt.c
target-arm/nwfpe/fpopcode.c
target-arm/nwfpe/fpopcode.h
target-arm/nwfpe/single_cpdo.c
target-arm/op.c
target-arm/translate.c
target-i386/cpu.h
target-i386/exec.h
target-i386/helper.c
target-i386/helper2.c
target-i386/op.c
target-i386/ops_sse.h
target-i386/ops_template.h
target-i386/translate-copy.c
target-i386/translate.c
target-m68k/cpu.h
target-m68k/op.c
target-m68k/translate.c
target-mips/helper.c
target-mips/op_helper.c
target-mips/translate.c
target-ppc/helper.c
target-ppc/mfrom_table_gen.c
target-ppc/op_helper.c
target-ppc/translate.c
target-ppc/translate_init.c
target-sh4/README.sh4
target-sparc/op.c
target-sparc/op_helper.c
tests/hello-arm.c
tests/linux-test.c
tests/qruncom.c
tests/runcom.c
tests/test-i386-code16.S
tests/test-i386-vm86.S
tests/test-i386.c
thunk.c
translate-all.c
usb-linux.c
vl.c
vl.h
vnc.c