summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.74.0/tests/input/cs/func-param-wrap-oc.mm
blob: 16f98ce91a48d241680daf27c197aca782410ec5 (plain)
1
2
3
4
5
    if(progress <= 0)
    {
        [[NSBezierPath bezierPathWithOvalInRect:NSMakeRect(NSMinX(pieRect)+stroke,NSMinY(pieRect)+stroke,
                                                           NSWidth(pieRect)-2*stroke,NSHeight(pieRect)-2*stroke)] fill];
    }