From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cooper Subject: Re: [PATCH v2 7/8] xenalyze: remove traling whitespaces Date: Thu, 7 May 2015 18:26:49 +0100 Message-ID: <554BA059.2020708@citrix.com> References: <1430994944-20471-1-git-send-email-olaf@aepfle.de> <1430994944-20471-8-git-send-email-olaf@aepfle.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1430994944-20471-8-git-send-email-olaf@aepfle.de> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Olaf Hering , xen-devel@lists.xen.org, George Dunlap Cc: Ian Jackson , Wei Liu , Ian Campbell , Stefano Stabellini List-Id: xen-devel@lists.xenproject.org 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. ~Andrew