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>2020-03-20 04:23:04 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-03-20 04:23:04 +0300
commitcb560c01b6c61241acaa848cbdeb263af8b8cecd (patch)
tree79eba0465e374cef76f1da88c6ffa04fa87be33d /source/blender/bmesh
parent85dc8d74771dc61c295574af9adea34ef251bf9d (diff)
Cleanup: clang-format, comment indentation
Diffstat (limited to 'source/blender/bmesh')
-rw-r--r--source/blender/bmesh/tools/bmesh_bevel.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/bmesh/tools/bmesh_bevel.c b/source/blender/bmesh/tools/bmesh_bevel.c
index 4e4af05b17b..bc127243836 100644
--- a/source/blender/bmesh/tools/bmesh_bevel.c
+++ b/source/blender/bmesh/tools/bmesh_bevel.c
@@ -6919,13 +6919,14 @@ static void set_profile_spacing(BevelParams *bp, ProfileSpacing *pro_spacing, bo
/**
* Assume we have a situation like:
- *
+ * <pre>
* a d
* \ /
* A \ / C
* \ th1 th2/
* b---------c
* B
+ * </pre>
*
* where edges are A, B, and C, following a face around vertices a, b, c, d.
* th1 is angle abc and th2 is angle bcd;