From a5863477f8fff72f1c5f782e5a7e9d07a46f3b4d Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Thu, 7 Aug 2014 12:34:35 +0300 Subject: Kill end of line whitespace dead. --- ninjabackend.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ninjabackend.py') 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) -- cgit v1.1