summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/34513-sp_cond_question.cpp
blob: 5f5a9e14b9c0d688632e1643cd5457caedb76ba3 (plain)
1
2
3
4
5
6
//example file
int b;
int t;
int f;
int a = b?t:f;
int a = b?                      :f;