summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/oc/10019-func-param-wrap-oc.mm
blob: 45601228f758e7d0af4efd11fb33f68d9fc7e06f (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];
}