From 65bc9313067426b12580ce53aa6d77d42c7d200f Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 20 Dec 2018 08:01:39 +1100 Subject: Cleanup: argument wrapping indentation --- source/blender/collada/BCAnimationCurve.cpp | 8 ++++---- source/blender/collada/ControllerExporter.cpp | 10 +++++----- 2 files changed, 9 insertions(+), 9 deletions(-) (limited to 'source/blender/collada') diff --git a/source/blender/collada/BCAnimationCurve.cpp b/source/blender/collada/BCAnimationCurve.cpp index 74d852ae980..97a9c8b75ef 100644 --- a/source/blender/collada/BCAnimationCurve.cpp +++ b/source/blender/collada/BCAnimationCurve.cpp @@ -386,10 +386,10 @@ void BCAnimationCurve::add_value(const float val, const int frame_index) FCurve *fcu = get_edit_fcurve(); fcu->auto_smoothing = FCURVE_SMOOTH_CONT_ACCEL; insert_vert_fcurve( - fcu, - frame_index, val, - BEZT_KEYTYPE_KEYFRAME, - INSERTKEY_NOFLAGS); + fcu, + frame_index, val, + BEZT_KEYTYPE_KEYFRAME, + INSERTKEY_NOFLAGS); if (fcu->totvert == 1) { init_range(val); diff --git a/source/blender/collada/ControllerExporter.cpp b/source/blender/collada/ControllerExporter.cpp index 5ec199f086b..61718e405c1 100644 --- a/source/blender/collada/ControllerExporter.cpp +++ b/source/blender/collada/ControllerExporter.cpp @@ -196,11 +196,11 @@ void ControllerExporter::export_skin_controller(Object *ob, Object *ob_arm) } me = bc_get_mesh_copy( - blender_context, - ob, - this->export_settings->export_mesh_type, - this->export_settings->apply_modifiers, - this->export_settings->triangulate); + blender_context, + ob, + this->export_settings->export_mesh_type, + this->export_settings->apply_modifiers, + this->export_settings->triangulate); std::string controller_name = id_name(ob_arm); std::string controller_id = get_controller_id(ob_arm, ob); -- cgit v1.2.3