summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/cpp/33030-Q_FOREVER.cpp
blob: 5dad4fa9af74547028f980515c83ac229e02c18e (plain)
1
2
3
4
5
6
void Cache::collection()
{
    Q_FOREVER {
        a = 5;
    }
}