From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id E768A198003 for ; Sat, 9 Mar 2013 02:36:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4DB3EE062B; Sat, 9 Mar 2013 02:36:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C548EE062B for ; Sat, 9 Mar 2013 02:36:31 +0000 (UTC) Received: from mail-qa0-f45.google.com (mail-qa0-f45.google.com [209.85.216.45]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: mattst88) by smtp.gentoo.org (Postfix) with ESMTPSA id 999FC33E120 for ; Sat, 9 Mar 2013 02:36:30 +0000 (UTC) Received: by mail-qa0-f45.google.com with SMTP id g10so130190qah.18 for ; Fri, 08 Mar 2013 18:36:28 -0800 (PST) X-Received: by 10.224.189.10 with SMTP id dc10mr7086262qab.55.1362796588773; Fri, 08 Mar 2013 18:36:28 -0800 (PST) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-catalyst@lists.gentoo.org Reply-to: gentoo-catalyst@lists.gentoo.org MIME-Version: 1.0 Received: by 10.49.121.167 with HTTP; Fri, 8 Mar 2013 18:36:08 -0800 (PST) In-Reply-To: <1362016021-8338-2-git-send-email-dolsen@gentoo.org> References: <1362016021-8338-1-git-send-email-dolsen@gentoo.org> <1362016021-8338-2-git-send-email-dolsen@gentoo.org> From: Matt Turner Date: Fri, 8 Mar 2013 18:36:08 -0800 Message-ID: Subject: Re: [gentoo-catalyst] [PATCH 1/4] Whitespace cleanup. To: gentoo-catalyst@lists.gentoo.org Cc: Brian Dolbec Content-Type: text/plain; charset=ISO-8859-1 X-Archives-Salt: 889eafaa-91b1-42a9-82c5-a39fa91ec1b1 X-Archives-Hash: 46d15ad3395788de0f3b2c8d640a02cb On Wed, Feb 27, 2013 at 5:46 PM, Brian Dolbec 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 > --- Committed with Trevor's suggestions in the commit message.