From 4b9c69721010e591c3d7b34ad73a56712ddf0890 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 8 Feb 2016 22:28:06 +1100 Subject: CLeanup: style --- source/blender/editors/sculpt_paint/paint_mask.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/sculpt_paint') diff --git a/source/blender/editors/sculpt_paint/paint_mask.c b/source/blender/editors/sculpt_paint/paint_mask.c index fa654165f6a..a47b9a0b936 100644 --- a/source/blender/editors/sculpt_paint/paint_mask.c +++ b/source/blender/editors/sculpt_paint/paint_mask.c @@ -295,7 +295,7 @@ int ED_sculpt_mask_box_select(struct bContext *C, ViewContext *vc, const rcti *r MaskTaskData data = { .ob = ob, .pbvh = pbvh, .nodes = nodes, .multires = multires, - .mode = mode, .value = value, .clip_planes_final = clip_planes_final, + .mode = mode, .value = value, .clip_planes_final = clip_planes_final, }; BLI_task_parallel_range( -- cgit v1.2.3