summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.73.0/tests/input/cpp/align_class-constr.cpp
blob: 2be3c8e8aad9126be0ddb34dc78576767ae62092 (plain)
1
2
3
4
5
6
class foo : public my_Class
{
    void bar_c(int tttt, int uu, int abc, int defxx)   : tttt(4444)
, uu(22) , abc(333) , defxx(55555)
    {}
}