tools: Fix indentation in confgen.py

pull/3783/head
Roland Dobai 2019-07-06 09:17:31 +02:00
rodzic 783ddd1e05
commit f3d6219c46
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -475,7 +475,7 @@ def write_json_menus(deprecated_options, config, filename):
if kconfiglib.expr_value(cond_expr):
base = 16 if sym.type == kconfiglib.HEX else 10
greatest_range = [int(min_range.str_value, base), int(max_range.str_value, base)]
break
break
new_json = {
"type": kconfiglib.TYPE_TO_STR[sym.type],