Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2015-03-11 05:14:24 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-03-11 05:14:24 +0300
commit6b610500b99d8e6ac2950d7702f669b9fa1192fe (patch)
treec06147df52f64e7f059c0b4d3e68ce1ee6260b73 /source/blender/bmesh/operators/bmo_normals.c
parent0d053158ecc27022af7aa184c0410b90cbc84980 (diff)
Cleanup: indentation
Diffstat (limited to 'source/blender/bmesh/operators/bmo_normals.c')
-rw-r--r--source/blender/bmesh/operators/bmo_normals.c2
1 files changed, 1 insertions, 1 deletions
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,