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-12-13 04:30:38 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-12-13 04:30:38 +0300
commit7d4d9e9dbd36023134c301fc12d2c21e6210d5a0 (patch)
treea53f211293da7ee43336a27e1bc18e77dc5c6336 /source/blender/blenkernel/intern/customdata.c
parent3b95b521fc70934bfa513b85918a37c239e1fadc (diff)
Cleanup: style
Diffstat (limited to 'source/blender/blenkernel/intern/customdata.c')
-rw-r--r--source/blender/blenkernel/intern/customdata.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/intern/customdata.c b/source/blender/blenkernel/intern/customdata.c
index 64a3cbe0935..1fbeaf67596 100644
--- a/source/blender/blenkernel/intern/customdata.c
+++ b/source/blender/blenkernel/intern/customdata.c
@@ -1197,7 +1197,7 @@ static void layerDefault_mvert_skin(void *data, int count)
static void layerCopy_mvert_skin(const void *source, void *dest,
int count)
{
- memcpy(dest, source, sizeof (MVertSkin) * count);
+ memcpy(dest, source, sizeof(MVertSkin) * count);
}
static void layerInterp_mvert_skin(