From 3bbf0aad857f8535dd7d6f68648e6e1f73073660 Mon Sep 17 00:00:00 2001 From: Leno Hou Date: Fri, 13 May 2016 18:19:54 +0800 Subject: [PATCH] virtinst: fix indent tab issue with virtinst/guest.py Signed-off-by: Leno Hou --- virtinst/guest.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/virtinst/guest.py b/virtinst/guest.py index 75e2ea248..e38a2e39a 100644 --- a/virtinst/guest.py +++ b/virtinst/guest.py @@ -358,8 +358,8 @@ class Guest(XMLBuilder): if install: self.on_reboot = "destroy" self.on_crash = "destroy" - # on_crash=restart can cause reboot loops on s390x, so use preserve - elif self.os.is_s390x(): + # on_crash=restart can cause reboot loops on s390x, so use preserve + elif self.os.is_s390x(): self.on_crash = "preserve" self._set_osxml_defaults()