summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/expected/cpp/60078-Issue_3505.cpp
blob: f3225f962e4753cb962a5c832110f9cc5fc84a7f (plain)
1
2
3
4
5
6
7
class Spaceship
{
Spaceship(int a,
          int b);
void init(int a,
	int b);
};