[ACT][PATCH 3/3] UBUNTU: SAUCE: ubuntu_ltp_syscalls: white-space cleanup

Krzysztof Kozlowski krzysztof.kozlowski at canonical.com
Mon Jun 7 15:23:13 UTC 2021


Cleanup white-spaces, no functional change.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski at canonical.com>
---
 ubuntu_ltp_syscalls/ubuntu_ltp_syscalls.py | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/ubuntu_ltp_syscalls/ubuntu_ltp_syscalls.py b/ubuntu_ltp_syscalls/ubuntu_ltp_syscalls.py
index 296a8aa33777..b6b09246393b 100644
--- a/ubuntu_ltp_syscalls/ubuntu_ltp_syscalls.py
+++ b/ubuntu_ltp_syscalls/ubuntu_ltp_syscalls.py
@@ -8,8 +8,8 @@ import sys
 import time
 import shutil
 import signal
-from autotest.client                        import test, utils
-from autotest.client.shared     import error
+from autotest.client import test, utils
+from autotest.client.shared import error
 
 # python is redefining the SIGXFSZ handler internally, blocking the delivery of
 # this signal to any forked task. Make sure to restore the default signal
@@ -24,7 +24,7 @@ class ubuntu_ltp_syscalls(test.test):
     version = 1
 
     def install_required_pkgs(self):
-        arch   = platform.processor()
+        arch = platform.processor()
 
         pkgs = [
             'automake',
@@ -114,7 +114,7 @@ class ubuntu_ltp_syscalls(test.test):
         sys.path.append(os.path.dirname(__file__))
         from testcase_blacklist import blacklist_db
         try:
-            from packaging.version          import parse
+            from packaging.version import parse
         except ImportError:
             # Compatibility fix for release < xenial and release > groovy (no python-packaging on groovy)
             from distutils.version import StrictVersion
-- 
2.27.0




More information about the kernel-team mailing list