From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olaf Hering Subject: Re: [PATCH v2 7/8] xenalyze: remove traling whitespaces Date: Fri, 8 May 2015 08:22:08 +0200 Message-ID: <20150508062208.GC1737@aepfle.de> References: <1430994944-20471-1-git-send-email-olaf@aepfle.de> <1430994944-20471-8-git-send-email-olaf@aepfle.de> <554BA059.2020708@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <554BA059.2020708@citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Andrew Cooper Cc: Wei Liu , Ian Campbell , Stefano Stabellini , George Dunlap , Ian Jackson , xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On Thu, May 07, Andrew Cooper wrote: > On 07/05/15 11:35, Olaf Hering wrote: > > Result of "sed -i 's@[[:blank:]]\+$@@' tools/xentrace/xenalyze/xenalyze.c" > > > > Signed-off-by: Olaf Hering > > Cc: Ian Jackson > > Cc: Stefano Stabellini > > Cc: Ian Campbell > > Cc: Wei Liu > > Why not refresh patch 1 using git's --whitespace=fix mode? It would > save adding whitespace just to remove it again, and also fix up the > other imported files. As George said, my intention was to use the sources from hg as is. My editor marks trailing spaces. But I have another changeset, the result from running indent(1) on the source. It would have the same effect. Too bad, the result cant be used as is so I have excluded it from this series. The manual editing of the result takes some time. Olaf