[CRIU] [PATCH] zdtm.py: don't mix tab and spaces
Andrey Vagin
avagin at openvz.org
Mon Dec 14 13:42:31 PST 2015
From: Andrew Vagin <avagin at virtuozzo.com>
Signed-off-by: Andrew Vagin <avagin at virtuozzo.com>
---
test/zdtm.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/test/zdtm.py b/test/zdtm.py
index 08d752b..ca4fe28 100755
--- a/test/zdtm.py
+++ b/test/zdtm.py
@@ -422,7 +422,7 @@ class inhfd_test:
os.close(0)
os.close(1)
os.close(2)
- self.__my_file.close()
+ self.__my_file.close()
os.close(start_pipe[0])
os.close(start_pipe[1])
try:
@@ -681,7 +681,7 @@ def init_sbs():
global do_sbs
do_sbs = True
else:
- print "Can't do step-by-step in this runtime"
+ print "Can't do step-by-step in this runtime"
def sbs(what):
if do_sbs:
--
2.4.3
More information about the CRIU
mailing list