summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/expected/cpp/34205-bug_1395.cpp
blob: 16e2fbba550c9178101969f337deb127e48509f3 (plain)
1
2
3
4
5
Type tmp = call_function(getObj().x,
                         getObj().y,
                         getObj().z,
                         getObj().w);
getObj().result = tmp;