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, []):
|
||||
unset = dep.startswith('!')
|
||||
if unset:
|
||||
dep=dep[1:]
|
||||
dep = dep[1:]
|
||||
config_settings[dep] = not unset
|
||||
|
||||
def turn_off_dependencies(config_settings):
|
||||
|
|
Loading…
Reference in a new issue