Removed useless space after capp_lint warning

This commit is contained in:
Martin Carlberg
2012-05-25 10:54:10 +02:00
parent 8e785c2210
commit 49adcd85fc
+1 -1
View File
@@ -3782,7 +3782,7 @@ Your delegate can implement this method to avoid subclassing the tableview to ad
maxX = CGRectGetMaxX(rowRect),
minY = CGRectGetMinY(rowRect),
maxY = CGRectGetMaxY(rowRect);
CGContextMoveToPoint(context, minX + radius, minY);
CGContextAddArcToPoint(context, maxX, minY, maxX, minY + radius, radius);
CGContextAddArcToPoint(context, maxX, maxY, maxX - radius, maxY, radius);