From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14251 invoked by alias); 4 May 2011 18:46:57 -0000 Received: (qmail 14225 invoked by uid 22791); 4 May 2011 18:46:55 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (38.113.113.100) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 04 May 2011 18:46:35 +0000 Received: (qmail 9099 invoked from network); 4 May 2011 18:46:34 -0000 Received: from unknown (HELO digraph.polyomino.org.uk) (joseph@127.0.0.2) by mail.codesourcery.com with ESMTPA; 4 May 2011 18:46:34 -0000 Received: from jsm28 (helo=localhost) by digraph.polyomino.org.uk with local-esmtp (Exim 4.72) (envelope-from ) id 1QHh5l-0000e0-0e; Wed, 04 May 2011 18:46:33 +0000 Date: Wed, 04 May 2011 18:58:00 -0000 From: "Joseph S. Myers" To: Gerald Pfeifer cc: Mike Stump , Michael Witten , gcc-patches@gcc.gnu.org Subject: Re: [PATCH 2/4] Docs: extend.texi: Remove trailing blanks from lines In-Reply-To: Message-ID: References: <378e16b9-5d40-427c-8b4e-00700b2ad30c-mfwitten@gmail.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2011-05/txt/msg00343.txt.bz2 On Wed, 4 May 2011, Gerald Pfeifer wrote: > On Wed, 4 May 2011, Joseph S. Myers wrote: > >> I believe we usually don't do whitespace changes just for the sake > >> of cleaning up things. > >> > >> Unless someone else indicates otherwise, I believe this patch is > >> rejected. > > I think we *should* make such formatting cleanups (not just trailing > > whitespace removal, but other changes to match formatting conventions, > > including fixing leading whitespace in C code to use tabs where it doesn't > > as well as more visible changes) - as long as we are agreed on what the > > convention is to follow > > Joseph, if you'd like to approave Michael's patch, I explicitly > non-object. I explicitly approve trailing whitespace removal from all .texi files and other documentation not imported from upstream sources outside of GCC (subject to handling generated files properly, so any changes to tm.texi should be done by changing source files such as tm.texi.in and then regenerating tm.texi). -- Joseph S. Myers joseph@codesourcery.com