Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:80208 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 85827 invoked from network); 5 Jan 2015 22:59:00 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Jan 2015 22:59:00 -0000 Authentication-Results: pb1.pair.com smtp.mail=smalyshev@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=smalyshev@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.220.42 as permitted sender) X-PHP-List-Original-Sender: smalyshev@gmail.com X-Host-Fingerprint: 209.85.220.42 mail-pa0-f42.google.com Received: from [209.85.220.42] ([209.85.220.42:65221] helo=mail-pa0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 7B/7C-21693-3371BA45 for ; Mon, 05 Jan 2015 17:58:59 -0500 Received: by mail-pa0-f42.google.com with SMTP id et14so29741183pad.1 for ; Mon, 05 Jan 2015 14:58:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=ZAoqWM9CEwbkoCKLrqvotI4a50is4QO0/KteBpBDvgY=; b=kk81ZFtp1F9+i+Aq2jAD3OWh0au9SzgoYCxI38rJiVMgMn1UPLzD2ZOI+b8Siql4Og orwY4JPqKX8kurPdHm8+LFe6RWDdq4Fr8T8WnGjFfnIe6sXvgsnJbm8IdQoICSnZ7iFq SYKEX35p2hbB+sPk8YdrMjto0Ni/L8T/mfn5zcsdOysNZd44cgQ5TcO3lhcUlA/lNERA xn8SETfwqNXDe34VcL6LI0k/MVTe/ZMwJxO2IZgQp2UZq1OwVbBGFOvzqhmxw+wKaRn7 eSh8ojdu4WIQWjUDqv3SPzfzNMns2Dy/NylipSxa9TBCKq9MslxgnYNra5PddW5qpW6H 1Tpg== X-Received: by 10.70.3.2 with SMTP id 2mr343667pdy.86.1420498736587; Mon, 05 Jan 2015 14:58:56 -0800 (PST) Received: from stas-air.corp.wikimedia.org (tan4.corp.wikimedia.org. [198.73.209.4]) by mx.google.com with ESMTPSA id h2sm38783941pat.20.2015.01.05.14.58.55 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 05 Jan 2015 14:58:56 -0800 (PST) Message-ID: <54AB172E.6040901@gmail.com> Date: Mon, 05 Jan 2015 14:58:54 -0800 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: PHP Internals Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Cleaning up dangling whitespace From: smalyshev@gmail.com (Stanislav Malyshev) 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. -- Stas Malyshev smalyshev@gmail.com