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

Diego Biurrun diego at biurrun.de
Mon Aug 21 11:30:27 CEST 2006


On Mon, Aug 21, 2006 at 12:56:04AM +0200, Diego Biurrun wrote:
> 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.

Also, some lines in the man pages end on "\ " on purpose, this should be
changed to be enclosed by doublequotes first.

Diego



More information about the MPlayer-dev-eng mailing list