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-04-03 05:36:00 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-04-03 05:36:00 +0400
commitff7b353ce68a2b16fd4649d4d81214db7a802307 (patch)
treede7659c35aea39a888c53cc8b9c90506550e37b2 /source/blender/editors/sculpt_paint/paint_utils.c
parent6a47f756a6a3868b16b015752226dfa3303cb505 (diff)
style cleanup
Diffstat (limited to 'source/blender/editors/sculpt_paint/paint_utils.c')
-rw-r--r--source/blender/editors/sculpt_paint/paint_utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/sculpt_paint/paint_utils.c b/source/blender/editors/sculpt_paint/paint_utils.c
index b54e515bd6d..315fdd2fb32 100644
--- a/source/blender/editors/sculpt_paint/paint_utils.c
+++ b/source/blender/editors/sculpt_paint/paint_utils.c
@@ -382,7 +382,7 @@ static int brush_curve_preset_exec(bContext *C, wmOperator *op)
{
Brush *br = paint_brush(paint_get_active_from_context(C));
- if(br)
+ if (br)
BKE_brush_curve_preset(br, RNA_enum_get(op->ptr, "shape"));
return OPERATOR_FINISHED;