summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/input/cpp/bug_1158.cpp
blob: e92da160742fa399852f827cabe9c38f0aa9c3aa (plain)
1
2
3
4
void Class1::Func(void)
{
        while (Next()) ;
}