From 41d4a1986548e66a652221e4a68c52900474eeff Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 17 Apr 2019 08:24:14 +0200 Subject: ClangFormat: format '#if 0' code in source/ --- source/blender/collada/BCAnimationSampler.cpp | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'source/blender/collada/BCAnimationSampler.cpp') diff --git a/source/blender/collada/BCAnimationSampler.cpp b/source/blender/collada/BCAnimationSampler.cpp index 9a281e2218b..e8b1015e1c3 100644 --- a/source/blender/collada/BCAnimationSampler.cpp +++ b/source/blender/collada/BCAnimationSampler.cpp @@ -332,10 +332,9 @@ bool BCAnimationSampler::get_object_samples(BCMatrixSampleMap &samples, Object * animation_type BC_ANIMATION_EXPORT_KEYS: Only take data from matrices for keyframes */ -void BCAnimationSampler::add_value_set( - BCAnimationCurve &curve, - BCFrameSampleMap &samples, - BC_export_animation_type animation_type) +void BCAnimationSampler::add_value_set(BCAnimationCurve &curve, + BCFrameSampleMap &samples, + BC_export_animation_type animation_type) { int array_index = curve.get_array_index(); const BC_animation_transform_type tm_type = curve.get_transform_type(); -- cgit v1.2.3