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>2014-01-12 15:05:24 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-01-12 15:05:24 +0400
commit62aa004c25572fceb44ffdff37dd20119b81ca02 (patch)
tree0438cd3d81489566ff4565fd8b6dde42add72d99 /source/blender/editors/mesh
parent74216cfdcea325a700ba0322d5a953a21896e37f (diff)
Style Cleanup: whitespace
Diffstat (limited to 'source/blender/editors/mesh')
-rw-r--r--source/blender/editors/mesh/mesh_data.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/mesh/mesh_data.c b/source/blender/editors/mesh/mesh_data.c
index 6decec75de4..83947534d06 100644
--- a/source/blender/editors/mesh/mesh_data.c
+++ b/source/blender/editors/mesh/mesh_data.c
@@ -756,7 +756,7 @@ static int mesh_customdata_clear_mask_exec(bContext *C, wmOperator *UNUSED(op))
int ret_b = mesh_customdata_clear_exec__internal(C, BM_LOOP, CD_GRID_PAINT_MASK);
if (ret_a == OPERATOR_FINISHED ||
- ret_b == OPERATOR_FINISHED)
+ ret_b == OPERATOR_FINISHED)
{
return OPERATOR_FINISHED;
}