https://bugs.kde.org/show_bug.cgi?id=385472
Edward Kigwana <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REPORTED |CONFIRMED Summary|Incorrect indentation in |Incorrect indentation in |nested 'if' statements |nested 'if' statements | |without braces CC| |[email protected] Ever confirmed|0 |1 --- Comment #1 from Edward Kigwana <[email protected]> --- With braces it works as expected. int f() { if (1) { if (1) f(); else f(); } else { f(); } } -- You are receiving this mail because: You are watching all bug changes.
