summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/expected/cpp/33181-Issue_2759.cpp
blob: cbe9c4a586ff8696d99cb67c29608bf64e907433 (plain)
1
2
3
4
5
6
Foo::Foo(int a,
         int b)
    : a_(a),  // the comment should stay here
      b_(b)
{
}