]> granicus.if.org Git - esp-idf/commitdiff
tools: Fix indentation in confgen.py
authorRoland Dobai <dobai.roland@gmail.com>
Sat, 6 Jul 2019 07:17:31 +0000 (09:17 +0200)
committerRoland Dobai <dobai.roland@gmail.com>
Sat, 6 Jul 2019 07:17:31 +0000 (09:17 +0200)
tools/kconfig_new/confgen.py

index d3a27b517a0d1e1f88b8068849f9621179b87adb..e58f55efbfa5aa15e5c496a34cbe614349595f38 100755 (executable)
@@ -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],