https://bugs.kde.org/show_bug.cgi?id=385472

Edward Kigwana <edwardw...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REPORTED                    |CONFIRMED
            Summary|Incorrect indentation in    |Incorrect indentation in
                   |nested 'if' statements      |nested 'if' statements
                   |                            |without braces
                 CC|                            |edwardw...@gmail.com
     Ever confirmed|0                           |1

--- Comment #1 from Edward Kigwana <edwardw...@gmail.com> ---
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.

Reply via email to