From 8c3bd1eda1a2f35e28773f18c879f5f8f971b306 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 15 Jan 2019 08:47:04 +1100 Subject: Cleanup: style --- source/blender/modifiers/intern/MOD_mirror.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/modifiers/intern/MOD_mirror.c') diff --git a/source/blender/modifiers/intern/MOD_mirror.c b/source/blender/modifiers/intern/MOD_mirror.c index 297169a17f8..58f8b78fa9f 100644 --- a/source/blender/modifiers/intern/MOD_mirror.c +++ b/source/blender/modifiers/intern/MOD_mirror.c @@ -193,7 +193,7 @@ static Mesh *doMirrorOnAxis( copy_v3_v3(plane_no, itmp[axis]); } } - else if(do_bisect) { + else if (do_bisect) { copy_v3_v3(plane_co, mtx[3]); /* Need to negate here, since that axis is inverted (for mirror transform). */ negate_v3_v3(plane_no, mtx[axis]); -- cgit v1.2.3