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 <campbell@blender.org>2022-08-04 00:41:03 +0300
committerCampbell Barton <campbell@blender.org>2022-08-04 00:41:03 +0300
commit1ec7f75b2a045c176218c694ae24e018f0802dbe (patch)
treec8529f82c63a85962e04f4c73eb095e52bc6e908 /source/blender/blenkernel/intern/mesh_tessellate.cc
parentcc1daa9b766debbd79c1e6246f73a324039fc244 (diff)
Cleanup: format
Diffstat (limited to 'source/blender/blenkernel/intern/mesh_tessellate.cc')
-rw-r--r--source/blender/blenkernel/intern/mesh_tessellate.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/blenkernel/intern/mesh_tessellate.cc b/source/blender/blenkernel/intern/mesh_tessellate.cc
index ab0aeb88ebc..de4c60b28db 100644
--- a/source/blender/blenkernel/intern/mesh_tessellate.cc
+++ b/source/blender/blenkernel/intern/mesh_tessellate.cc
@@ -282,7 +282,8 @@ static void mesh_recalc_looptri__multi_threaded(const MLoop *mloop,
{
struct TessellationUserTLS tls_data_dummy = {nullptr};
- struct TessellationUserData data {};
+ struct TessellationUserData data {
+ };
data.mloop = mloop;
data.mpoly = mpoly;
data.mvert = mvert;