summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.74.0/tests/expected/cpp/30214-align_across_braces.cpp
blob: 199ede8dd3304853a6b3c5f035990ab462cd998f (plain)
1
2
3
4
5
6
7
enum foo // comment
{
        long_enum_value, // these comments should be aligned
        another_value,   // with each other, but not
        shorter,         // with the first line
};          // this comment should start a new group
void bar(); // this one should align with the previous line