Params script: Whitespace cleaning

This commit is contained in:
Lorenz Meier 2016-12-20 18:14:07 +01:00
parent f23881d8ab
commit 671e380fd2
1 changed files with 0 additions and 1 deletions

View File

@ -33,7 +33,6 @@ class Scope(object):
while (self.re_deep_lines.match(scope)):
scope = os.path.dirname(scope)
return scope in self.scope
class CMakeParser(object):