summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/32001-issue_547_for_each.cpp
blob: cfbe79633f90f1df91c898420fc9f4b35a16b816 (plain)
1
2
3
4
void foo()
{
	for_each(it.begin(), it.end(), func);
}