mirror of
https://gitlab.com/ita1024/waf.git
synced 2024-11-22 01:46:15 +01:00
fix whitespaces
This commit is contained in:
parent
3dc4357ada
commit
fdf22b24c8
3
waflib/extras/cpplint.py
vendored
3
waflib/extras/cpplint.py
vendored
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user