aboutsummaryrefslogtreecommitdiff
path: root/ninjabackend.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 /ninjabackend.py
parent3e29c4fccba670c582400086b0a17963e2cebd71 (diff)
downloadmeson-a5863477f8fff72f1c5f782e5a7e9d07a46f3b4d.zip
meson-a5863477f8fff72f1c5f782e5a7e9d07a46f3b4d.tar.gz
meson-a5863477f8fff72f1c5f782e5a7e9d07a46f3b4d.tar.bz2
Kill end of line whitespace dead.
Diffstat (limited to 'ninjabackend.py')
-rw-r--r--ninjabackend.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/ninjabackend.py b/ninjabackend.py
index ce99693..28a4f97 100644
--- a/ninjabackend.py
+++ b/ninjabackend.py
@@ -404,7 +404,7 @@ class NinjaBackend(backends.Backend):
def generate_custom_install_script(self, d):
d.install_script = self.build.install_script
-
+
def generate_header_install(self, d):
incroot = self.environment.get_includedir()
@@ -824,7 +824,7 @@ class NinjaBackend(backends.Backend):
invoc)
description = ' description = Compiling Rust source $in.\n'
depfile = ' depfile = $out.d\n'
-
+
depstyle = ' deps = gcc\n'
outfile.write(rule)
outfile.write(command)