summary refs log tree commit diff stats
path: root/scripts/qapi/types.py
diff options
context:
space:
mode:
authorRichard Henderson <richard.henderson@linaro.org>2018-11-27 13:32:33 -0800
committerRichard Henderson <richard.henderson@linaro.org>2018-12-26 06:57:57 +1100
commit152c35aab43213335e1ae8b865d259c0222dd110 (patch)
tree3747c42b4930e34d2f7be211ffcaa81b53938676 /scripts/qapi/types.py
parent1894f69a612b35c2a39b44a824da04d74bfe324a (diff)
downloadfocaccia-qemu-152c35aab43213335e1ae8b865d259c0222dd110.tar.gz
focaccia-qemu-152c35aab43213335e1ae8b865d259c0222dd110.zip
tcg: Reindent parts of liveness_pass_1
There are two blocks of the form

    if (foo) {
        stuff1;
        goto bar;
    } else {
    baz:
        stuff2;
    }

which have unnecessary and confusing indentation.
Remove the else and unindent stuff2.

Reviewed-by: Emilio G. Cota <cota@braap.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'scripts/qapi/types.py')
0 files changed, 0 insertions, 0 deletions