aboutsummaryrefslogtreecommitdiff
path: root/meson_test.py
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2014-08-07 12:34:35 +0300
committerJussi Pakkanen <jpakkane@gmail.com>2014-08-07 12:34:35 +0300
commita5863477f8fff72f1c5f782e5a7e9d07a46f3b4d (patch)
treec04bf2434f84b6adecded34987b84d3aefa8ee92 /meson_test.py
parent3e29c4fccba670c582400086b0a17963e2cebd71 (diff)
downloadmeson-a5863477f8fff72f1c5f782e5a7e9d07a46f3b4d.zip
meson-a5863477f8fff72f1c5f782e5a7e9d07a46f3b4d.tar.gz
meson-a5863477f8fff72f1c5f782e5a7e9d07a46f3b4d.tar.bz2
Kill end of line whitespace dead.
Diffstat (limited to 'meson_test.py')
-rwxr-xr-xmeson_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson_test.py b/meson_test.py
index 8fec226..c987da8 100755
--- a/meson_test.py
+++ b/meson_test.py
@@ -57,7 +57,7 @@ def run_single_test(wrap, test):
else:
if test.is_cross:
if test.exe_runner is None:
- # Can not run test on cross compiled executable
+ # Can not run test on cross compiled executable
# because there is no execute wrapper.
cmd = None
else: