forked from Archive/PX4-Autopilot
Params script: Whitespace cleaning
This commit is contained in:
parent
f23881d8ab
commit
671e380fd2
|
@ -33,7 +33,6 @@ class Scope(object):
|
||||||
while (self.re_deep_lines.match(scope)):
|
while (self.re_deep_lines.match(scope)):
|
||||||
scope = os.path.dirname(scope)
|
scope = os.path.dirname(scope)
|
||||||
return scope in self.scope
|
return scope in self.scope
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
class CMakeParser(object):
|
class CMakeParser(object):
|
||||||
|
|
Loading…
Reference in New Issue