[MPlayer-dev-eng] [RFC] Removing all trailing whitespace

Ivo ivop at euronet.nl
Sun Aug 20 18:49:30 CEST 2006


Hi,

How about running the following on the whole source tree:

find . -name '*.[ch]' -exec sed -i 's/[ \t]*$//' {} \;

and then:

svn ci

What do you think? I know it's only cosmetics, but since we reject all 
patches that contain trailing whitespace, isn't it time to clean up the 
whole tree?

--Ivo



More information about the MPlayer-dev-eng mailing list