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:
authorSybren A. Stüvel <sybren@stuvel.eu>2018-05-01 12:02:58 +0300
committerSybren A. Stüvel <sybren@stuvel.eu>2018-05-01 19:02:17 +0300
commit6b9f1ffe6e56ee4d55f4cde5c724c31a3a90292b (patch)
tree59c6a3507baf9a975df36be26132695d048ec6c4 /source/blender/modifiers/intern/MOD_mirror.c
parent2d6620a100e2e6e1835359688f4135771f660de1 (diff)
Formatting
Diffstat (limited to 'source/blender/modifiers/intern/MOD_mirror.c')
-rw-r--r--source/blender/modifiers/intern/MOD_mirror.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/modifiers/intern/MOD_mirror.c b/source/blender/modifiers/intern/MOD_mirror.c
index 9b2d256157f..ff3d16a85be 100644
--- a/source/blender/modifiers/intern/MOD_mirror.c
+++ b/source/blender/modifiers/intern/MOD_mirror.c
@@ -300,7 +300,7 @@ static Mesh *doMirrorOnAxis(MirrorModifierData *mmd,
}
static Mesh *mirrorModifier__doMirror(MirrorModifierData *mmd,
- Object *ob, Mesh *mesh)
+ Object *ob, Mesh *mesh)
{
Mesh *result = mesh;