summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30077-Issue_2596.cpp
blob: d2517e8bd9b0d3dc4c279105071cdda5242e5955 (plain)
1
2
3
4
5
void function(void) {
        int a = 0;
        int b = (a==1)?1:2;
        int c = (a==1)     ?     1     :     2;
}