summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/expected/cpp/33094-sp_angle_paren.cpp
blob: c20305c3e08549a911aca2d94940b7efa86e7379 (plain)
1
2
3
4
5
void foo()
{
	bar<T>();
	bar<T> (a);
}