Strip trailing whitespaces

find * -type f -not -name C\* -print0 |
	xargs -r0 sed -i 's/[[:space:]]\+$//' --

Signed-off-by: Dmitry V. Levin <ldv@altlinux.org>
88 files changed