summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/align_across_braces.cpp
blob: f47f0c809ab9a00190b7fc2282f4358c5af75dd1 (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