Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:80213 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 93459 invoked from network); 5 Jan 2015 23:25:13 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Jan 2015 23:25:13 -0000 Authentication-Results: pb1.pair.com smtp.mail=ajf@ajf.me; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=ajf@ajf.me; sender-id=pass Received-SPF: pass (pb1.pair.com: domain ajf.me designates 192.64.116.200 as permitted sender) X-PHP-List-Original-Sender: ajf@ajf.me X-Host-Fingerprint: 192.64.116.200 imap1-2.ox.privateemail.com Received: from [192.64.116.200] ([192.64.116.200:41468] helo=imap1-2.ox.privateemail.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 69/2E-21693-85D1BA45 for ; Mon, 05 Jan 2015 18:25:12 -0500 Received: from localhost (localhost [127.0.0.1]) by mail.privateemail.com (Postfix) with ESMTP id B462BB0008E; Mon, 5 Jan 2015 18:25:09 -0500 (EST) X-Virus-Scanned: Debian amavisd-new at imap1.ox.privateemail.com Received: from mail.privateemail.com ([127.0.0.1]) by localhost (imap1.ox.privateemail.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id uGggJ8zCy4mz; Mon, 5 Jan 2015 18:25:09 -0500 (EST) Received: from oa-res-26-240.wireless.abdn.ac.uk (oa-res-26-240.wireless.abdn.ac.uk [137.50.26.240]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.privateemail.com (Postfix) with ESMTPSA id 17539B00093; Mon, 5 Jan 2015 18:25:08 -0500 (EST) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 8.1 \(1993\)) In-Reply-To: <54AB172E.6040901@gmail.com> Date: Mon, 5 Jan 2015 23:25:07 +0000 Cc: PHP Internals Content-Transfer-Encoding: quoted-printable Message-ID: References: <54AB172E.6040901@gmail.com> To: Stanislav Malyshev X-Mailer: Apple Mail (2.1993) Subject: Re: [PHP-DEV] Cleaning up dangling whitespace From: ajf@ajf.me (Andrea Faulds) Hey Stas, > On 5 Jan 2015, at 22:58, Stanislav Malyshev = wrote: >=20 > The code in the PHP source repo has a lot of random dangling = whitespace > at the end of lines, which looks sloppy and produces some weird = effects > in diffs because some editors auto-clean it and some do not. I'd like = to > clean it up (it's easy to do automatically) in master, but this = produces > a big patch that may also create some conflicts with existing pull = reqs > (easily resolved, but still). > So, I'd like to ask if there are any objections to such cleanup? If = not, > then I'll do it, probably next weekend. I expect you=E2=80=99ll cause me considerable pain when I have to merge = that into the bigints branch. But it=E2=80=99s for the best. I=E2=80=99m = actually pretty guilty of whitespace changes myself, so I probably = deserve that pain. No objections. :) -- Andrea Faulds http://ajf.me/