From cea588b9ef8f9bdb2729fb233d6f1ed0886700e1 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 14 Jan 2022 10:47:50 +1100 Subject: Cleanup: spelling in comments, C++ style comments for disabled code Also ensure space at end of comment. --- source/blender/blenloader/intern/versioning_300.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/blenloader/intern') diff --git a/source/blender/blenloader/intern/versioning_300.c b/source/blender/blenloader/intern/versioning_300.c index dd0cd9e24dc..a80be65bd75 100644 --- a/source/blender/blenloader/intern/versioning_300.c +++ b/source/blender/blenloader/intern/versioning_300.c @@ -1174,7 +1174,7 @@ static void legacy_vec_roll_to_mat3_normalized(const float nor[3], const float z = nor[2]; const float theta = 1.0f + y; /* remapping Y from [-1,+1] to [0,2]. */ - const float theta_alt = x * x + z * z; /* Helper value for matrix calculations.*/ + const float theta_alt = x * x + z * z; /* Helper value for matrix calculations. */ float rMatrix[3][3], bMatrix[3][3]; BLI_ASSERT_UNIT_V3(nor); -- cgit v1.2.3