Revision: 60985
          
http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=60985
Author:   campbellbarton
Date:     2013-10-29 03:04:46 +0000 (Tue, 29 Oct 2013)
Log Message:
-----------
style cleanup

Modified Paths:
--------------
    trunk/blender/source/blender/editors/armature/armature_edit.c
    trunk/blender/source/blender/editors/metaball/mball_edit.c
    trunk/blender/source/blender/editors/space_clip/tracking_ops.c

Modified: trunk/blender/source/blender/editors/armature/armature_edit.c
===================================================================
--- trunk/blender/source/blender/editors/armature/armature_edit.c       
2013-10-29 03:00:35 UTC (rev 60984)
+++ trunk/blender/source/blender/editors/armature/armature_edit.c       
2013-10-29 03:04:46 UTC (rev 60985)
@@ -1074,13 +1074,13 @@
        bArmature *arm = (bArmature *)ob->data;
        EditBone *bone;
 
-       for (bone = arm->edbo->first; bone; bone = bone->next){
-               if (bone->parent && (bone->flag & BONE_SELECTED) != 
(bone->parent->flag & BONE_SELECTED)){
+       for (bone = arm->edbo->first; bone; bone = bone->next) {
+               if (bone->parent && (bone->flag & BONE_SELECTED) != 
(bone->parent->flag & BONE_SELECTED)) {
                        bone->parent = NULL;
                        bone->flag &= ~BONE_CONNECTED;
                }
        }
-       for (bone = arm->edbo->first; bone; bone = bone->next){
+       for (bone = arm->edbo->first; bone; bone = bone->next) {
                ED_armature_ebone_select_set(bone, (bone->flag & BONE_SELECTED) 
!= 0);
        }
 

Modified: trunk/blender/source/blender/editors/metaball/mball_edit.c
===================================================================
--- trunk/blender/source/blender/editors/metaball/mball_edit.c  2013-10-29 
03:00:35 UTC (rev 60984)
+++ trunk/blender/source/blender/editors/metaball/mball_edit.c  2013-10-29 
03:04:46 UTC (rev 60985)
@@ -333,6 +333,7 @@
                        break;
                default:
                        BLI_assert(0);
+                       break;
        }
 
        if (change) {

Modified: trunk/blender/source/blender/editors/space_clip/tracking_ops.c
===================================================================
--- trunk/blender/source/blender/editors/space_clip/tracking_ops.c      
2013-10-29 03:00:35 UTC (rev 60984)
+++ trunk/blender/source/blender/editors/space_clip/tracking_ops.c      
2013-10-29 03:04:46 UTC (rev 60985)
@@ -1341,7 +1341,7 @@
                if (clip == NULL) {
                        return OPERATOR_CANCELLED;
                }
-        framenr = BKE_movieclip_remap_scene_to_clip_frame(clip, CFRA);
+               framenr = BKE_movieclip_remap_scene_to_clip_frame(clip, CFRA);
                fake_user.framenr = framenr;
                user = &fake_user;
        }

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to