summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/indent_paren_after_func_call.cpp
blob: 96b38fba6aba9c5416b7c0ee3d73712353f46ec2 (plain)
1
2
3
4
5
6
7
8
SomeClass::SomeClass()
{
    SomeFunction
    (
        aTest,
        aResult
    );
}