[Piuparts-devel] whitespace cleanup

Andreas Beckmann debian at abeckmann.de
Fri Nov 11 12:17:14 UTC 2011


Hi Holger,

On 2011-11-10 10:25, Holger Levsen wrote:
>> sed -i -e 's/^ *$//' $(find . -name .git -prune -o -type f -print)
> 
> done so now, comitted & pushed. Thanks.

I found some more trailing tabs and tab-only lines, can be cleaned with

sed -i -e 's/\t*$//' $(find . -name .git -prune -o -type f -print)

 ChangeLog  |   32 ++++++++++++++++----------------
 Makefile   |    4 ++--
 README.txt |    2 +-
 3 files changed, 19 insertions(+), 19 deletions(-)

And eventually run expand on ChangeLog, too, as there are a lot of lines
starting with tabs inconsistently.

expand ChangeLog > ChangeLog.tmp && mv ChangeLog.tmp ChangeLog


Andreas



More information about the Piuparts-devel mailing list