mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-02-04 15:39:53 +00:00
Fix python formatting and indentation
Signed-off-by: Andrzej Kurek <andrzej.kurek@arm.com>
This commit is contained in:
parent
3cca0c8e68
commit
0e8b2d74f0
@ -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…
x
Reference in New Issue
Block a user