[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [XenPPC] [xenppc-unstable] [XEND][POWERPC] whitespace
# HG changeset patch # User Hollis Blanchard <hollisb@xxxxxxxxxx> # Node ID b2f2c477895af973e727612a3967c68639a2b321 # Parent 8fa42dd4c92a1e3c27e20fc5225edaa49bfb4972 [XEND][POWERPC] whitespace Signed-off-by: Hollis Blanchard <hollisb@xxxxxxxxxx> --- tools/python/xen/xend/arch.py | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) diff -r 8fa42dd4c92a -r b2f2c477895a tools/python/xen/xend/arch.py --- a/tools/python/xen/xend/arch.py Tue Aug 22 16:35:07 2006 -0500 +++ b/tools/python/xen/xend/arch.py Tue Aug 22 16:48:58 2006 -0500 @@ -20,12 +20,12 @@ import os import os _types = { - "i386": "x86", - "i486": "x86", - "i586": "x86", - "i686": "x86", - "ia64": "ia64", - "ppc": "powerpc", - "ppc64": "powerpc", + "i386": "x86", + "i486": "x86", + "i586": "x86", + "i686": "x86", + "ia64": "ia64", + "ppc": "powerpc", + "ppc64": "powerpc", } type = _types.get(os.uname()[4], "unknown") _______________________________________________ Xen-ppc-devel mailing list Xen-ppc-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-ppc-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |