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>2016-03-02 09:01:38 +0300
committerCampbell Barton <ideasman42@gmail.com>2016-03-02 09:01:38 +0300
commitc593b77910cb13cd68fa60ea4a0e7a190f1064aa (patch)
tree9bc981fa9cd2cf93b20b1e68fb219817db0f9bf2 /source/blender
parentd49985ce488f7d734ae727379e5bb4569a9dc700 (diff)
Cleanup: style, and --help edits
Diffstat (limited to 'source/blender')
-rw-r--r--source/blender/blenkernel/intern/cdderivedmesh.c2
-rw-r--r--source/blender/modifiers/intern/MOD_normal_edit.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/blenkernel/intern/cdderivedmesh.c b/source/blender/blenkernel/intern/cdderivedmesh.c
index 49b380f9a9b..519b7b44637 100644
--- a/source/blender/blenkernel/intern/cdderivedmesh.c
+++ b/source/blender/blenkernel/intern/cdderivedmesh.c
@@ -1500,7 +1500,7 @@ static void cdDM_buffer_copy_uv_texpaint(
}
}
- MEM_freeN((void*)uv_base);
+ MEM_freeN((void *)uv_base);
}
/* treat varray_ as an array of MCol, four MCol's per face */
diff --git a/source/blender/modifiers/intern/MOD_normal_edit.c b/source/blender/modifiers/intern/MOD_normal_edit.c
index 409ea2249ea..8127610f215 100644
--- a/source/blender/modifiers/intern/MOD_normal_edit.c
+++ b/source/blender/modifiers/intern/MOD_normal_edit.c
@@ -153,7 +153,7 @@ static void mix_normals(
* (and invert matching poly normals). */
static bool polygons_check_flip(
MLoop *mloop, float (*nos)[3], CustomData *ldata,
- MPoly *mpoly, float (*polynors)[3], const int num_polys)
+ MPoly *mpoly, float (*polynors)[3], const int num_polys)
{
MPoly *mp;
int i;