summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/input/cpp/indent_ctor_members_twice.cpp
blob: 4fbd1b4c14a29e5640dce0a7dfacf9879df02b37 (plain)
1
2
3
4
5
Foo::Foo() :
    Base(12),
    mValue(24) {
    func();
}