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>2019-08-15 18:59:13 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-08-15 18:59:32 +0300
commitc883fe25da9b325b4e32074d5492edff703ce257 (patch)
tree39840d819198686702ee12a538bb977e8da8f307 /source/blender/blenlib
parent8856c26fc364b4590755dacf132abe5ae7dac543 (diff)
Cleanup: clang-format, unused arg
Diffstat (limited to 'source/blender/blenlib')
-rw-r--r--source/blender/blenlib/intern/delaunay_2d.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenlib/intern/delaunay_2d.c b/source/blender/blenlib/intern/delaunay_2d.c
index 632847046a7..23f560c5463 100644
--- a/source/blender/blenlib/intern/delaunay_2d.c
+++ b/source/blender/blenlib/intern/delaunay_2d.c
@@ -1961,7 +1961,7 @@ static void add_face_ids(
}
}
-/* Delete_edge but try not to mess up outer face.
+/* Delete_edge but try not to mess up outer face.
* Also faces have symedges now, so make sure not
* to mess those up either. */
static void dissolve_symedge(CDT_state *cdt, SymEdge *se)