Reindent line continuations for pylint

Signed-off-by: David Horstmann <david.horstmann@arm.com>
diff --git a/scripts/code_style.py b/scripts/code_style.py
index ebf0cd4..68cd556 100755
--- a/scripts/code_style.py
+++ b/scripts/code_style.py
@@ -41,9 +41,9 @@
     Use git ls-files to get a list of the source files
     """
     git_ls_files_cmd = ["git", "ls-files",
-            "*.[hc]",
-            "tests/suites/*.function",
-            "scripts/data_files/*.fmt"]
+                        "*.[hc]",
+                        "tests/suites/*.function",
+                        "scripts/data_files/*.fmt"]
 
     result = subprocess.run(git_ls_files_cmd, stdout=subprocess.PIPE, \
             stderr=STDERR_UTF8, check=False)