fix whitespaces

This commit is contained in:
danbar 2017-12-19 14:25:49 +01:00 committed by ita1024
parent 3dc4357ada
commit fdf22b24c8
1 changed files with 1 additions and 2 deletions

View File

@ -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)