summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/input/cpp/Issue_2368.cpp
blob: 08d0556bf8f084171b772dcbfa51405f0fc55078 (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 );
}