summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/input/cpp/eat_blanks_after_codewidth.cpp
blob: 8753aee2740b187fde132263b4c2bb28b57f039e (plain)
1
2
3
4
5
6
7
class A
{
   void func1(){
      // comment
      }
   void func2(){auto result = 1 + 2 + 3 + 4;}
};