From f3d6219c463e21abb8402be4b2eb4f547df322d5 Mon Sep 17 00:00:00 2001 From: Roland Dobai Date: Sat, 6 Jul 2019 09:17:31 +0200 Subject: [PATCH] tools: Fix indentation in confgen.py --- tools/kconfig_new/confgen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/kconfig_new/confgen.py b/tools/kconfig_new/confgen.py index d3a27b517..e58f55efb 100755 --- a/tools/kconfig_new/confgen.py +++ b/tools/kconfig_new/confgen.py @@ -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],