On Wed, Feb 27, 2013 at 5:46 PM, Brian Dolbec <[email protected]> wrote:
> Run the following command to cleanup whitespace.
>   for FILE in $(git ls-tree -r --name-only HEAD | grep -v 'bz2$'); do
>     sed -i 's/[[:space:]]*$//' "$FILE"
>   done
>
> Signed-off-by: Brian Dolbec <[email protected]>
> ---

Committed with Trevor's suggestions in the commit message.

Reply via email to