Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:57067 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 21319 invoked from network); 24 Dec 2011 06:22:11 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 24 Dec 2011 06:22:11 -0000 Authentication-Results: pb1.pair.com header.from=laruence@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=laruence@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.212.42 as permitted sender) X-PHP-List-Original-Sender: laruence@gmail.com X-Host-Fingerprint: 209.85.212.42 mail-vw0-f42.google.com Received: from [209.85.212.42] ([209.85.212.42:35953] helo=mail-vw0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 3C/95-16446-09F65FE4 for ; Sat, 24 Dec 2011 01:22:09 -0500 Received: by vbbfd1 with SMTP id fd1so8282869vbb.29 for ; Fri, 23 Dec 2011 22:22:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:from:date:x-google-sender-auth:message-id :subject:to:content-type:content-transfer-encoding; bh=ArZuEsNRqse1N7rSM5ZwrHA4Lw9ooMsfKWXsW1VaneY=; b=BfYTZTGa7NQFUIF8KFuE3lTwcYJ/AtY9irwh0I74mgpqZY9a2uwiUfHHi+6PeiL4Ch UgwuLyH+MCEL5wtOrvDv6rcpQ2c1+zR59BecmxbDMjHrOAk/7pFXRotWwnfDDua+rOjd nwnjsO0o71dT3BqbBDRWB9ffcUwHOI/vzlpNA= Received: by 10.52.94.227 with SMTP id df3mr9933502vdb.51.1324707722711; Fri, 23 Dec 2011 22:22:02 -0800 (PST) MIME-Version: 1.0 Sender: laruence@gmail.com Received: by 10.220.3.14 with HTTP; Fri, 23 Dec 2011 22:21:40 -0800 (PST) Date: Sat, 24 Dec 2011 14:21:40 +0800 X-Google-Sender-Auth: kQq06RwMeAdymD-GyYOAatTvdU8 Message-ID: To: PHP Internals Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Proposal] Remove the tail ws in codes From: laruence@php.net (Laruence) Hi: I noted there are a lot of tail white spaces in our codes, it is better to remove them all, and we also should watch such ws in furture. a simple way to erase such ws in vim, use :%s /\s\+$//g thanks --=20 Laruence =C2=A0Xinchen Hui http://www.laruence.com/