1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-29 11:41:15 +03:00

Fix python formatting and indentation

Signed-off-by: Andrzej Kurek <andrzej.kurek@arm.com>
This commit is contained in:
Andrzej Kurek
2022-10-04 11:14:59 -04:00
parent 3cca0c8e68
commit 0e8b2d74f0

View File

@ -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):