discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] Trailing whitespaces throughout the tree.


From: Moritz Fischer
Subject: Re: [Discuss-gnuradio] Trailing whitespaces throughout the tree.
Date: Fri, 13 Apr 2012 14:41:18 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:11.0) Gecko/20120406 Thunderbird/11.0.1

$ sed -i -e 's/\s\+$//g' $(find . -type f | grep -v '.git')

Ehrm ... yeah ... I was kinda quick with this one ... of course patching png images and other binary files is not a good idea ...

Should be something like:

$ sed -i -e 's/\s\+$//g' $(find . -type f | grep -v '.git' | grep -v
'png' | grep -v 'eps')

instead.

Sorry for the double post.

Cheers,

Moritz

Attachment: 0001-Cleaned-up-trailing-whitespace-throughout-the-tree.patch.gz
Description: application/gzip


reply via email to

[Prev in Thread] Current Thread [Next in Thread]