Gentoo Archives: gentoo-catalyst

From: Matt Turner <mattst88@g.o>
To: gentoo-catalyst@l.g.o
Cc: Brian Dolbec <dolsen@g.o>
Subject: Re: [gentoo-catalyst] [PATCH 1/4] Whitespace cleanup.
Date: Sat, 09 Mar 2013 02:36:32
Message-Id: CAEdQ38HEyiu1yu0mx2j_XNw5XkNrMs2_Kw-q4UOv8LYzhxqG9g@mail.gmail.com
In Reply to: [gentoo-catalyst] [PATCH 1/4] Whitespace cleanup. by Brian Dolbec
1 On Wed, Feb 27, 2013 at 5:46 PM, Brian Dolbec <dolsen@g.o> wrote:
2 > Run the following command to cleanup whitespace.
3 > for FILE in $(git ls-tree -r --name-only HEAD | grep -v 'bz2$'); do
4 > sed -i 's/[[:space:]]*$//' "$FILE"
5 > done
6 >
7 > Signed-off-by: Brian Dolbec <dolsen@g.o>
8 > ---
9
10 Committed with Trevor's suggestions in the commit message.