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/bmesh/operators/bmo_normals.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/bmesh/operators/bmo_normals.c') diff --git a/source/blender/bmesh/operators/bmo_normals.c b/source/blender/bmesh/operators/bmo_normals.c index 0ef96553d67..f62e445ca18 100644 --- a/source/blender/bmesh/operators/bmo_normals.c +++ b/source/blender/bmesh/operators/bmo_normals.c @@ -71,7 +71,7 @@ static bool bmo_recalc_normal_edge_filter_cb(BMElem *ele, void *UNUSED(user_data * * To take these spikes into account, use the normals of the faces edges. */ - #define USE_FACE_EDGE_NORMAL_TEST +#define USE_FACE_EDGE_NORMAL_TEST /** * The center of the entire island is't necessarily well placed, -- cgit v1.2.3