aboutsummaryrefslogtreecommitdiff
path: root/meson.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.py
parent3e29c4fccba670c582400086b0a17963e2cebd71 (diff)
downloadmeson-a5863477f8fff72f1c5f782e5a7e9d07a46f3b4d.zip
meson-a5863477f8fff72f1c5f782e5a7e9d07a46f3b4d.tar.gz
meson-a5863477f8fff72f1c5f782e5a7e9d07a46f3b4d.tar.bz2
Kill end of line whitespace dead.
Diffstat (limited to 'meson.py')
-rwxr-xr-xmeson.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.py b/meson.py
index a53ebd6..d2931b6 100755
--- a/meson.py
+++ b/meson.py
@@ -81,7 +81,7 @@ class MesonApp():
raise RuntimeError('--prefix must be an absolute path.')
self.meson_script_file = script_file
self.options = options
-
+
def has_build_file(self, dirname):
fname = os.path.join(dirname, environment.build_filename)
return os.path.exists(fname)