From 3021f9b48c325a6b930da0442f86d89398665fa0 Mon Sep 17 00:00:00 2001 From: Aaron Carlisle Date: Mon, 19 Jul 2021 17:12:01 -0400 Subject: Cleanup: Clang format --- source/blender/blenlib/BLI_delaunay_2d.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/blenlib/BLI_delaunay_2d.h') diff --git a/source/blender/blenlib/BLI_delaunay_2d.h b/source/blender/blenlib/BLI_delaunay_2d.h index 5a8ddfb5a92..d8876b1b79a 100644 --- a/source/blender/blenlib/BLI_delaunay_2d.h +++ b/source/blender/blenlib/BLI_delaunay_2d.h @@ -110,7 +110,7 @@ extern "C" { * If zero is supplied for epsilon, an internal value of 1e-8 used * instead, since this code will not work correctly if it is not allowed * to merge "too near" vertices. - * + * * Normally the output will contain mappings from outputs to inputs. * If this is not needed, set need_ids to false and the execution may be much * faster in some circumstances. -- cgit v1.2.3