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>2013-10-01 20:40:11 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-10-01 20:40:11 +0400
commit4627f9d92cb8c79456ed56aff6cf4a1153f645f4 (patch)
treeea413ca6c64947c7258933b429a5154458fb942e /source/blender/editors/sculpt_paint/sculpt_uv.c
parentd2e55cb28253b6085212d962a60567ef3d542c18 (diff)
style edits and use macro for prefix check
Diffstat (limited to 'source/blender/editors/sculpt_paint/sculpt_uv.c')
-rw-r--r--source/blender/editors/sculpt_paint/sculpt_uv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/sculpt_paint/sculpt_uv.c b/source/blender/editors/sculpt_paint/sculpt_uv.c
index 6401842f43e..7a973d8c1ae 100644
--- a/source/blender/editors/sculpt_paint/sculpt_uv.c
+++ b/source/blender/editors/sculpt_paint/sculpt_uv.c
@@ -539,7 +539,7 @@ static UvSculptData *uv_sculpt_stroke_init(bContext *C, wmOperator *op, const wm
op->customdata = data;
- curvemapping_initialize (ts->uvsculpt->paint.brush->curve);
+ curvemapping_initialize(ts->uvsculpt->paint.brush->curve);
if (data) {
int counter = 0, i;