Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751473AbWE0LdE (ORCPT ); Sat, 27 May 2006 07:33:04 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751472AbWE0LdE (ORCPT ); Sat, 27 May 2006 07:33:04 -0400 Received: from srv5.dvmed.net ([207.36.208.214]:50157 "EHLO mail.dvmed.net") by vger.kernel.org with ESMTP id S1751468AbWE0LdB (ORCPT ); Sat, 27 May 2006 07:33:01 -0400 Message-ID: <447838EB.9060900@garzik.org> Date: Sat, 27 May 2006 07:32:59 -0400 From: Jeff Garzik User-Agent: Thunderbird 1.5.0.2 (X11/20060501) MIME-Version: 1.0 To: Jan Engelhardt CC: Git Mailing List , Linux Kernel Subject: Re: [SCRIPT] chomp: trim trailing whitespace References: <4477B905.9090806@garzik.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: -4.2 (----) X-Spam-Report: SpamAssassin version 3.1.1 on srv5.dvmed.net summary: Content analysis details: (-4.2 points, 5.0 required) Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 836 Lines: 26 Jan Engelhardt wrote: >> Attached to this email is chomp.pl, a Perl script which removes trailing >> whitespace from several files. I've had this for years, as trailing whitespace >> is one of my pet peeves. >> >> Now that git-applymbox complains loudly whenever a patch adds trailing >> whitespace, I figured this script may be useful to others. >> > > Pretty long script. How about this two-liner? It does not show 'bytes > chomped' but it also trims trailing whitespace. > > #!/usr/bin/perl -i -p > s/[ \t\r\n]+$// Yes, it does, but a bit too aggressive for what we need :) Jeff - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/