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>2015-11-26 03:08:25 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-11-26 03:08:25 +0300
commitd0b453577a84212e7dccc5bc40507bdbee65a42e (patch)
tree2724649709b179145c14060f303ed728be860e8f /source/blender/editors/sculpt_paint
parent2d52f65c60cf7e166f6cda9186fe1e89a201f9d6 (diff)
Cleanup: whitespace
Diffstat (limited to 'source/blender/editors/sculpt_paint')
-rw-r--r--source/blender/editors/sculpt_paint/paint_cursor.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/blender/editors/sculpt_paint/paint_cursor.c b/source/blender/editors/sculpt_paint/paint_cursor.c
index 1a12ec3e6bc..1ca0cab30ae 100644
--- a/source/blender/editors/sculpt_paint/paint_cursor.c
+++ b/source/blender/editors/sculpt_paint/paint_cursor.c
@@ -534,8 +534,7 @@ static bool sculpt_get_brush_geometry(
mouse[0] = x;
mouse[1] = y;
- if (vc->obact->sculpt && vc->obact->sculpt->pbvh)
- {
+ if (vc->obact->sculpt && vc->obact->sculpt->pbvh) {
if (!ups->stroke_active) {
hit = sculpt_stroke_get_location(C, location, mouse);
}