From 163996b68129f3a34db73c6a6a1e81ec8f4a81e4 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 2 Jul 2019 22:17:22 +1000 Subject: Cleanup: move comments onto own lines to avoid breaking lines --- source/blender/collada/ArmatureImporter.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/collada') diff --git a/source/blender/collada/ArmatureImporter.cpp b/source/blender/collada/ArmatureImporter.cpp index e79a97c890f..15c34226cf6 100644 --- a/source/blender/collada/ArmatureImporter.cpp +++ b/source/blender/collada/ArmatureImporter.cpp @@ -791,8 +791,8 @@ void ArmatureImporter::make_armatures(bContext *C, std::vector &object std::vector ob_arms; std::map::iterator it; - leaf_bone_length = - FLT_MAX; /*TODO: Make this work for more than one armature in the import file*/ + /* TODO: Make this work for more than one armature in the import file. */ + leaf_bone_length = FLT_MAX; for (it = skin_by_data_uid.begin(); it != skin_by_data_uid.end(); it++) { -- cgit v1.2.3