[Bf-blender-cvs] [4b9c697] master: CLeanup: style

Campbell Barton noreply at git.blender.org
Mon Feb 8 12:36:35 CET 2016


Commit: 4b9c69721010e591c3d7b34ad73a56712ddf0890
Author: Campbell Barton
Date:   Mon Feb 8 22:28:06 2016 +1100
Branches: master
https://developer.blender.org/rB4b9c69721010e591c3d7b34ad73a56712ddf0890

CLeanup: style

===================================================================

M	source/blender/blenkernel/intern/seqeffects.c
M	source/blender/editors/armature/pose_edit.c
M	source/blender/editors/sculpt_paint/paint_mask.c

===================================================================

diff --git a/source/blender/blenkernel/intern/seqeffects.c b/source/blender/blenkernel/intern/seqeffects.c
index 1712276..1f0c354 100644
--- a/source/blender/blenkernel/intern/seqeffects.c
+++ b/source/blender/blenkernel/intern/seqeffects.c
@@ -3032,7 +3032,7 @@ static void *render_effect_execute_do_y_thread(void *thread_data_v)
 	return NULL;
 }
 
-static ImBuf* do_gaussian_blur_effect(const SeqRenderData *context,
+static ImBuf *do_gaussian_blur_effect(const SeqRenderData *context,
                                       Sequence *seq,
                                       float UNUSED(cfra),
                                       float UNUSED(facf0),
diff --git a/source/blender/editors/armature/pose_edit.c b/source/blender/editors/armature/pose_edit.c
index ad0532b..ef62820 100644
--- a/source/blender/editors/armature/pose_edit.c
+++ b/source/blender/editors/armature/pose_edit.c
@@ -311,8 +311,7 @@ void POSE_OT_paths_update(wmOperatorType *ot)
 static void ED_pose_clear_paths(Object *ob)
 {
 	bPoseChannel *pchan;
-	short skipped = 0;
-	
+
 	if (ELEM(NULL, ob, ob->pose))
 		return;
 	
diff --git a/source/blender/editors/sculpt_paint/paint_mask.c b/source/blender/editors/sculpt_paint/paint_mask.c
index fa65416..a47b9a0 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(




More information about the Bf-blender-cvs mailing list