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-changelog

[Xen-changelog] [xen-3.2-testing] xend: Replace stray tab-indent with sp

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] [xen-3.2-testing] xend: Replace stray tab-indent with space-indent
From: "Xen patchbot-3.2-testing" <patchbot-3.2-testing@xxxxxxxxxxxxxxxxxxx>
Date: Wed, 02 Jul 2008 10:30:32 -0700
Delivery-date: Wed, 02 Jul 2008 10:30:39 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-changelog-request@lists.xensource.com?subject=help>
List-id: BK change log <xen-changelog.lists.xensource.com>
List-post: <mailto:xen-changelog@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=unsubscribe>
Reply-to: xen-devel@xxxxxxxxxxxxxxxxxxx
Sender: xen-changelog-bounces@xxxxxxxxxxxxxxxxxxx
# HG changeset patch
# User Keir Fraser <keir.fraser@xxxxxxxxxx>
# Date 1214995996 -3600
# Node ID f66bb3b806615efc4648e4ab3137d0462a4ffc65
# Parent  2bd01fa8582aab848b97768a86b34e2adf395703
xend: Replace stray tab-indent with space-indent

Signed-off-by: Masaki Kanno <kanno.masaki@xxxxxxxxxxxxxx>
xen-unstable changeset:   17941:40e7329105fa47b2c2ee5d608e3061e527e07eeb
xen-unstable date:        Wed Jul 02 09:42:37 2008 +0100
---
 tools/python/xen/xend/osdep.py |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff -r 2bd01fa8582a -r f66bb3b80661 tools/python/xen/xend/osdep.py
--- a/tools/python/xen/xend/osdep.py    Fri Jun 27 17:29:51 2008 +0100
+++ b/tools/python/xen/xend/osdep.py    Wed Jul 02 11:53:16 2008 +0100
@@ -67,11 +67,11 @@ def _solaris_balloon_stat(label):
     BLN_IOCTL_LOW = 0x42410003
     BLN_IOCTL_HIGH = 0x42410004
     BLN_IOCTL_LIMIT = 0x42410005
-    label_to_ioctl = { 'Current allocation'    : BLN_IOCTL_CURRENT,
-                       'Requested target'      : BLN_IOCTL_TARGET,
-                       'Low-mem balloon'       : BLN_IOCTL_LOW,
-                       'High-mem balloon'      : BLN_IOCTL_HIGH,
-                       'Xen hard limit'        : BLN_IOCTL_LIMIT }
+    label_to_ioctl = { 'Current allocation' : BLN_IOCTL_CURRENT,
+                       'Requested target'   : BLN_IOCTL_TARGET,
+                       'Low-mem balloon'    : BLN_IOCTL_LOW,
+                       'High-mem balloon'   : BLN_IOCTL_HIGH,
+                       'Xen hard limit'     : BLN_IOCTL_LIMIT }
 
     f = file(DEV_XEN_BALLOON, 'r')
     try:

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] [xen-3.2-testing] xend: Replace stray tab-indent with space-indent, Xen patchbot-3.2-testing <=