From 6b610500b99d8e6ac2950d7702f669b9fa1192fe Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 11 Mar 2015 13:14:24 +1100 Subject: Cleanup: indentation --- source/blender/editors/space_clip/tracking_select.c | 1 - 1 file changed, 1 deletion(-) (limited to 'source/blender/editors/space_clip/tracking_select.c') diff --git a/source/blender/editors/space_clip/tracking_select.c b/source/blender/editors/space_clip/tracking_select.c index bc6ac507f03..0b29c253f3a 100644 --- a/source/blender/editors/space_clip/tracking_select.c +++ b/source/blender/editors/space_clip/tracking_select.c @@ -62,7 +62,6 @@ static float dist_to_crns(float co[2], float pos[2], float crns[4][2]); static int mouse_on_side(float co[2], float x1, float y1, float x2, float y2, float epsx, float epsy) { if (x1 > x2) - SWAP(float, x1, x2); if (y1 > y2) -- cgit v1.2.3