summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/expected/cpp/31568-Issue_2368.cpp
blob: 82b8c59cd53b5a452e11871ea46d9acbd1380f45 (plain)
1
2
3
4
5
6
7
8
9
10
void Func1()
{
	OtherFunc( 5, b );
}

void Func2()
{
	Func3( p1,   p2,   p3 );
	Func3( p111, p222, p333 );
}