Fix python formatting and indentation
Signed-off-by: Andrzej Kurek <andrzej.kurek@arm.com>
This commit is contained in:
parent
3cca0c8e68
commit
0e8b2d74f0
1 changed files with 11 additions and 11 deletions
|
@ -255,7 +255,7 @@ defines to be altered. """
|
||||||
for dep in exclusive_groups.get(symbol, []):
|
for dep in exclusive_groups.get(symbol, []):
|
||||||
unset = dep.startswith('!')
|
unset = dep.startswith('!')
|
||||||
if unset:
|
if unset:
|
||||||
dep=dep[1:]
|
dep = dep[1:]
|
||||||
config_settings[dep] = not unset
|
config_settings[dep] = not unset
|
||||||
|
|
||||||
def turn_off_dependencies(config_settings):
|
def turn_off_dependencies(config_settings):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue