From fdf22b24c87160d71108ad8a5fd5fa78e23e58a1 Mon Sep 17 00:00:00 2001 From: danbar Date: Tue, 19 Dec 2017 14:25:49 +0100 Subject: [PATCH] fix whitespaces --- waflib/extras/cpplint.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/waflib/extras/cpplint.py b/waflib/extras/cpplint.py index 11b6c57e..fc914c24 100644 --- a/waflib/extras/cpplint.py +++ b/waflib/extras/cpplint.py @@ -202,7 +202,7 @@ def post_cpplint(self): if not self.env.CPPLINT_INITIALIZED: for key, value in Options.options.__dict__.items(): if not key.startswith('CPPLINT_') or self.env[key]: - continue + continue self.env[key] = value self.env.CPPLINT_INITIALIZED = True @@ -220,4 +220,3 @@ def post_cpplint(self): if not node: self.bld.fatal('Could not find %r' % src) self.create_task('cpplint', node) -