From 9f0c8075b6d9ae8c69afc8e3af49b6b29ee8bccc Mon Sep 17 00:00:00 2001 From: Andrei Vagin Date: Sat, 20 Aug 2016 03:17:00 +0300 Subject: [PATCH] zdtm.py: used tabs for indentation Signed-off-by: Andrei Vagin Signed-off-by: Pavel Emelyanov --- test/zdtm.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test/zdtm.py b/test/zdtm.py index 46a5e7b95..2455511fe 100755 --- a/test/zdtm.py +++ b/test/zdtm.py @@ -901,10 +901,10 @@ def get_visible_state(test): m.append(mp.split()[1]) - f = "/proc/%s/root/proc/%s/map_files/%s" % (test.getpid(), pid, mp.split()[0]) - if os.access(f, os.F_OK): - st = os.lstat(f) - m.append(oct(st.st_mode)) + f = "/proc/%s/root/proc/%s/map_files/%s" % (test.getpid(), pid, mp.split()[0]) + if os.access(f, os.F_OK): + st = os.lstat(f) + m.append(oct(st.st_mode)) if cmaps[last][1] == m[0] and cmaps[last][2] == m[2]: cmaps[last][1] = m[1]