Commit 8d469a7
scripts: Silence misleading indentation warning with clang
warning:
In file included from scripts/kconfig/zconf.tab.c:2578:
../scripts/kconfig/symbol.c:1133:4: warning: misleading indentation; statement is not part of the previous 'if' [-Wmisleading-indentation]
fprintf(stderr, "For a resolution refer to Documentation/kbuild/kconfig-language.txt\n");
^
../scripts/kconfig/symbol.c:1130:3: note: previous statement is here
if (stack->sym == last_sym)
^
1 warning generated
Signed-off-by: GhostMaster69-dev <rathore6375@gmail.com>
Change-Id: I4b7be3de6067a666570a92f6c9b85426f0c484051 parent 461434d commit 8d469a7
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1116 | 1116 | | |
1117 | 1117 | | |
1118 | 1118 | | |
1119 | | - | |
| 1119 | + | |
1120 | 1120 | | |
1121 | 1121 | | |
1122 | 1122 | | |
| |||
0 commit comments