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

Diego Biurrun diego at biurrun.de
Mon Aug 21 00:56:04 CEST 2006


On Sun, Aug 20, 2006 at 11:59:48PM +0200, Michael Niedermayer wrote:
> 
> On Sun, Aug 20, 2006 at 06:49:30PM +0200, Ivo wrote:
> > 
> > How about running the following on the whole source tree:
> > 
> > find . -name '*.[ch]' -exec sed -i 's/[ \t]*$//' {} \;
> > 
> > and then:
> > 
> > svn ci
> 
> :)
> 
> iam in favor of it, though i suggest you do a quick svn di before ...

I'm also in favor, though I'd suggest doublechecking with

  svn diff --diff-cmd diff --extensions -b

to make sure no non-whitespace changes crept in.

Diego



More information about the MPlayer-dev-eng mailing list