From 12eb29fe355bc17dacf094e8e9d6edc1d8b877f0 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 20 May 2018 08:52:10 +0200 Subject: Cleanup: whitespace, duplicate includes --- source/blender/blenlib/intern/math_geom.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/blenlib') diff --git a/source/blender/blenlib/intern/math_geom.c b/source/blender/blenlib/intern/math_geom.c index a72cbb67883..0f98a648259 100644 --- a/source/blender/blenlib/intern/math_geom.c +++ b/source/blender/blenlib/intern/math_geom.c @@ -2322,7 +2322,7 @@ int isect_aabb_planes_v3( return ISECT_AABB_PLANE_BEHIND_ANY; } else if ((ret != ISECT_AABB_PLANE_CROSS_ANY) && - (plane_point_side_v3(planes[i], bb_near) < 0.0f)) + (plane_point_side_v3(planes[i], bb_near) < 0.0f)) { ret = ISECT_AABB_PLANE_CROSS_ANY; } -- cgit v1.2.3