From 4bba45fd4970a8345b41011e30cd9277aaf69438 Mon Sep 17 00:00:00 2001 From: Clement Verna Date: Tue, 24 Mar 2020 20:14:45 +0100 Subject: [PATCH] vhost-info: fix the indentation after adding 4 spaces. Signed-off-by: Clement Verna --- scripts/vhost-info | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/vhost-info b/scripts/vhost-info index 243d745f6f..b94d639b6c 100755 --- a/scripts/vhost-info +++ b/scripts/vhost-info @@ -47,8 +47,8 @@ class OutputCallback(CallbackBase): mem_used += int(result._result[vm]['memory'])/1024 cpu_used += int(result._result[vm]['nrVirtCpu']) - self.mem_used_in_vm[vhostname]=mem_used - self.cpu_used_in_vm[vhostname]=cpu_used + self.mem_used_in_vm[vhostname]=mem_used + self.cpu_used_in_vm[vhostname]=cpu_used parser = OptionParser(version = "1.0") parser.add_option('--host', default=[], action='append', help="hosts to act on, defaults to virtservers")