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