From cea588b9ef8f9bdb2729fb233d6f1ed0886700e1 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 14 Jan 2022 10:47:50 +1100 Subject: Cleanup: spelling in comments, C++ style comments for disabled code Also ensure space at end of comment. --- source/blender/blenlib/intern/polyfill_2d_beautify.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/blenlib/intern') diff --git a/source/blender/blenlib/intern/polyfill_2d_beautify.c b/source/blender/blenlib/intern/polyfill_2d_beautify.c index 684094234cf..aab33cb163b 100644 --- a/source/blender/blenlib/intern/polyfill_2d_beautify.c +++ b/source/blender/blenlib/intern/polyfill_2d_beautify.c @@ -400,7 +400,7 @@ void BLI_polyfill_beautify(const float (*coords)[2], BLI_heap_clear(eheap, NULL); - /* MEM_freeN(eheap_table); */ /* arena */ + // MEM_freeN(eheap_table); /* arena */ /* get tris from half edge. */ uint tri_index = 0; -- cgit v1.2.3