summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30942-Issue_1692.cpp
blob: 89de1d6a89ae293744372bcf28c673927fb9bab9 (plain)
1
2
3
4
5
6
switch (a)
{
  case 0:
    // code
  break;
}