summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/input/d/template_spacing001.d
blob: 745e5b363dd7c44ac6a5a5111ffcda8cfcf9545b (plain)
1
2
3
4
5
6
7
8
9
void func0(TemplatedClass2!(int, int)   b){
}

void func1(TemplatedClass2!(int, int)b){
}


void func2(TemplatedClass!int   b){
}