delete white trailing spaces. It is done by the perl command.
authorZheng Bao <zheng.bao@amd.com>
Wed, 14 Oct 2009 02:56:00 +0000 (02:56 +0000)
committerZheng Bao <Zheng.Bao@amd.com>
Wed, 14 Oct 2009 02:56:00 +0000 (02:56 +0000)
commitcb69cb3e69425079d2046c7883865485f2c00dc4
treee7a192d2c356a4cbf4d69353b225a9de99b4d807
parentb0575d8e1fe1a3368ec4690dde4ffd4fe7f033d3
delete white trailing spaces. It is done by the perl command.
sh> perl -pi -e 's/[[:blank:]]+$//' $files
Trivial.

Signed-off-by: Zheng Bao <zheng.bao@amd.com>
Acked-by: Zheng Bao <zheng.bao@amd.com>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4772 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
src/southbridge/amd/sb600/sb600_hda.c
src/southbridge/amd/sb600/sb600_sata.c