Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:80220 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 15720 invoked from network); 6 Jan 2015 04:56:58 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 Jan 2015 04:56:58 -0000 Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.216.171 as permitted sender) X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.216.171 mail-qc0-f171.google.com Received: from [209.85.216.171] ([209.85.216.171:35237] helo=mail-qc0-f171.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B0/71-21693-81B6BA45 for ; Mon, 05 Jan 2015 23:56:57 -0500 Received: by mail-qc0-f171.google.com with SMTP id r5so16712286qcx.30 for ; Mon, 05 Jan 2015 20:56:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=XpXbcicagewoKN/gp96w3RrQ/+l/21fNA8bDMpOoCB0=; b=xgYvut6f8jCdQknclOfODYkD+q2X3NVvyfTko/teH7eVlVCSsuVZuAZx0B/P5DhYsD 0sQnjbU/7yvtp5xyqskYYzU9Fa69sUIoBL3rxFeP38YzGW15TtVj7vpAsZcXaoD0ZfJW xg3C8CdQcZ+sNdW+dw69jpWXqlmhT9O7iIa/TjjW4CzQRtI+vc28zBVqiYa3waM/85Zn wox/1lI5ZnFWM70NrlTz1KDnpmkwh08pcC7P1FKMqlI/Gq3K47CxfkAGqp9GPzrrSbkd zuCGZ5HffhnKpQ+6teQLMSGD70TCqvtTBn2tm79sQujnWOvZ5Eox8YyJpXifH/u+BCTI ZsMQ== MIME-Version: 1.0 X-Received: by 10.140.32.166 with SMTP id h35mr139697817qgh.22.1420520214765; Mon, 05 Jan 2015 20:56:54 -0800 (PST) Received: by 10.140.22.106 with HTTP; Mon, 5 Jan 2015 20:56:54 -0800 (PST) In-Reply-To: <54AB172E.6040901@gmail.com> References: <54AB172E.6040901@gmail.com> Date: Mon, 5 Jan 2015 20:56:54 -0800 Message-ID: To: Stanislav Malyshev Cc: PHP Internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] Cleaning up dangling whitespace From: pierre.php@gmail.com (Pierre Joye) On Mon, Jan 5, 2015 at 2:58 PM, Stanislav Malyshev wrote: > Hi! > > 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. Thanks for asking :) And go ahead, they should not be there in the 1st place, we have CS for a reason :) That reminds me something I was wondering, would it be possible to have a kind of CS check on push? :) Cheers, -- Pierre @pierrejoye | http://www.libgd.org