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

Q_DECLARE_METATYPE( foo                  <   int> )

int bar( foo                  <int   > );