[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-3.2-testing] xend: Replace stray tab-indent with space-indent
# 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
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |