summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/expected/cpp/30125-sp_after_angle.cpp
blob: a791a8effa88e94abbc2200189900d7283dd0a1a (plain)
1
2
3
4
5
6
template         <   typename T>
struct foo {};

Q_DECLARE_METATYPE(foo                  <   int>)

int bar(foo                  <int   >);