WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] [patch] libxc whitespace

To: xen-devel <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel] [patch] libxc whitespace
From: Hollis Blanchard <hollisb@xxxxxxxxxx>
Date: Fri, 14 Apr 2006 15:08:31 -0500
Delivery-date: Fri, 14 Apr 2006 13:08:03 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Organization: IBM Linux Technology Center
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
I noticed there is an prodigious amount of trailing whitespace in
tools/libxc. This patch, a result of running
        perl -p -i -e 's/\s+$/\n/g' tools/libxc/*.[ch]
removes it all. You could also run the perl yourself to produce the same
effect.

There were also a few tabs that had snuck in. I left the headers alone,
but fixed the instances in code.

As usual, the IA64 code contains some truly bizarre use of whitespace,
but I resisted the temptation.

The resulting patch is ~140KB, so I've gzipped it. It introduces no
functional changes, and has been compile-tested on x86_32. Please apply.

-- 
Hollis Blanchard
IBM Linux Technology Center

Fix whitespace in libxc.

Signed-off-by: Hollis Blanchard <hollisb@xxxxxxxxxx>

Attachment: libxc-whitespace.diff.gz
Description: GNU Zip compressed data

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>