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>2018-01-21 03:41:28 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-01-21 03:41:52 +0300
commita7dc5e12ac4cbfc9cd35f671d49f0386ac0a1e75 (patch)
tree50b3018f2a58964c285c47fd0a0674ef6c9d0536 /source/blender/blenkernel/intern/subsurf_ccg.c
parente53447c137291da616d1b482843d7debf60bde6a (diff)
Cleanup: style
Diffstat (limited to 'source/blender/blenkernel/intern/subsurf_ccg.c')
-rw-r--r--source/blender/blenkernel/intern/subsurf_ccg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/intern/subsurf_ccg.c b/source/blender/blenkernel/intern/subsurf_ccg.c
index 8bace2a8d65..5d0f06e95ec 100644
--- a/source/blender/blenkernel/intern/subsurf_ccg.c
+++ b/source/blender/blenkernel/intern/subsurf_ccg.c
@@ -1552,7 +1552,7 @@ static void ccgDM_copyFinalLoopArray(DerivedMesh *dm, MLoop *mloop)
BLI_edgehash_insert(ehash, medge[i].v1, medge[i].v2, SET_INT_IN_POINTER(i));
}
- atomic_cas_ptr((void**)&ccgdm->ehash, ccgdm->ehash, ehash);
+ atomic_cas_ptr((void **)&ccgdm->ehash, ccgdm->ehash, ehash);
}
BLI_mutex_unlock(&ccgdm->loops_cache_lock);
}