From 49adcd85fcf7ee6d7be030b53aefe72ca0ee4f9f Mon Sep 17 00:00:00 2001 From: Martin Carlberg Date: Fri, 25 May 2012 10:54:10 +0200 Subject: [PATCH] Removed useless space after capp_lint warning --- AppKit/CPTableView.j | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AppKit/CPTableView.j b/AppKit/CPTableView.j index 39bd69836..da047e411 100644 --- a/AppKit/CPTableView.j +++ b/AppKit/CPTableView.j @@ -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);