mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-01 02:55:07 +08:00
Params script: Whitespace cleaning
This commit is contained in:
@@ -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):
|
||||||
|
|||||||
Reference in New Issue
Block a user