From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 101196 invoked by alias); 29 Oct 2015 17:50:58 -0000 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 Received: (qmail 101139 invoked by uid 89); 29 Oct 2015 17:50:57 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 X-HELO: resqmta-po-10v.sys.comcast.net Received: from resqmta-po-10v.sys.comcast.net (HELO resqmta-po-10v.sys.comcast.net) (96.114.154.169) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Thu, 29 Oct 2015 17:50:56 +0000 Received: from resomta-po-12v.sys.comcast.net ([96.114.154.236]) by resqmta-po-10v.sys.comcast.net with comcast id b5qm1r00256HXL0015quhF; Thu, 29 Oct 2015 17:50:54 +0000 Received: from [IPv6:2001:558:6045:a4:40c6:7199:cd03:b02d] ([IPv6:2001:558:6045:a4:40c6:7199:cd03:b02d]) by resomta-po-12v.sys.comcast.net with comcast id b5qs1r00U2ztT3H015qtVn; Thu, 29 Oct 2015 17:50:54 +0000 Content-Type: text/plain; charset=windows-1252 Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Subject: Re: [PATCH 1/4] -Wmisleading-indentation: don't warn in presence of entirely blank lines From: Mike Stump In-Reply-To: Date: Thu, 29 Oct 2015 17:56:00 -0000 Cc: David Malcolm , GCC Patches Content-Transfer-Encoding: quoted-printable Message-Id: References: <1446137381-32748-1-git-send-email-dmalcolm@redhat.com> <1446137381-32748-2-git-send-email-dmalcolm@redhat.com> To: Patrick Palka X-IsSubscribed: yes X-SW-Source: 2015-10/txt/msg03250.txt.bz2 On Oct 29, 2015, at 10:42 AM, Patrick Palka wrote: > However we should definitely not warn on >=20 > if (foo) > bar (); >=20 > { > baz (); > } >=20 > Since that is valid GNU-style code :) I=92ll put it differently; no, that formatting is wrong.