aboutsummaryrefslogtreecommitdiff
path: root/run_unittests.py
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2017-09-21 11:48:30 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2017-09-21 11:59:03 -0400
commitbb25260f001c741d419f5732da4431a548b0749d (patch)
tree682f5892f36a3ba65f54b31d10acbf67f2904db1 /run_unittests.py
parent751d59d95238e9f2ef12202df992d54650594919 (diff)
downloadmeson-bb25260f001c741d419f5732da4431a548b0749d.zip
meson-bb25260f001c741d419f5732da4431a548b0749d.tar.gz
meson-bb25260f001c741d419f5732da4431a548b0749d.tar.bz2
flake8: Perform suggested whitespace/formatting changes
This only touches newlines, spaces, and (occaisionally) commas. Anything else is left for another commit.
Diffstat (limited to 'run_unittests.py')
-rwxr-xr-xrun_unittests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/run_unittests.py b/run_unittests.py
index 2626931..b217714 100755
--- a/run_unittests.py
+++ b/run_unittests.py
@@ -1946,7 +1946,7 @@ cpu = 'armv7' # Not sure if correct.
endian = 'little'
''' % os.path.join(testdir, 'some_cross_tool.py'))
crossfile.flush()
- self.init(testdir, ['--cross-file='+crossfile.name])
+ self.init(testdir, ['--cross-file=' + crossfile.name])
def test_reconfigure(self):
testdir = os.path.join(self.unit_test_dir, '13 reconfigure')