summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/expected/cpp/34296-i1768.cpp
blob: 94327d9c5d4e9bc73dfcdd05586473e06872d09f (plain)
1
2
3
4
5
6
7
void f(
	int a, int b);

void g()
{
	f(1, 2);
}