summaryrefslogtreecommitdiffstats
path: root/llvm/utils/lit
diff options
context:
space:
mode:
authorMichael J. Spencer <bigcheesegs@gmail.com>2010-09-24 09:00:56 +0000
committerMichael J. Spencer <bigcheesegs@gmail.com>2010-09-24 09:00:56 +0000
commit1444f47deb30fe8e2ca49222764361a07d716c16 (patch)
tree383892dbf40c847db1aabcaabca1a0b305651f41 /llvm/utils/lit
parent40a42229966507e6328da0ab7b6d7781a68ccb0f (diff)
downloadbcm5719-llvm-1444f47deb30fe8e2ca49222764361a07d716c16.tar.gz
bcm5719-llvm-1444f47deb30fe8e2ca49222764361a07d716c16.zip
Fix whitespace.
llvm-svn: 114724
Diffstat (limited to 'llvm/utils/lit')
-rw-r--r--llvm/utils/lit/lit/TestFormats.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/utils/lit/lit/TestFormats.py b/llvm/utils/lit/lit/TestFormats.py
index 7ffbd2bf766..ce0e9a3c326 100644
--- a/llvm/utils/lit/lit/TestFormats.py
+++ b/llvm/utils/lit/lit/TestFormats.py
@@ -44,7 +44,7 @@ class GoogleTest(object):
index += 1
while len(nested_tests) > index:
nested_tests.pop()
-
+
ln = ln[index*2:]
if ln.endswith('.'):
nested_tests.append(ln)
@@ -84,7 +84,7 @@ class GoogleTest(object):
out, err, exitCode = TestRunner.executeCommand(
cmd, env=test.config.environment)
-
+
if not exitCode:
return Test.PASS,''
OpenPOWER on IntegriCloud