Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <campbell@blender.org>2022-03-23 04:15:50 +0300
committerCampbell Barton <campbell@blender.org>2022-03-23 04:15:50 +0300
commit4822153b85551ffce614c174c9a3bff0f8b8a975 (patch)
tree6257cf39620781dc0f7ab9c029518bfe2895dbf3 /source/blender/blenlib
parent6bb28a1a524060eca8d20dff8f72e1d4bbc7d938 (diff)
Cleanup: spelling in comments
Diffstat (limited to 'source/blender/blenlib')
-rw-r--r--source/blender/blenlib/tests/BLI_math_vector_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenlib/tests/BLI_math_vector_test.cc b/source/blender/blenlib/tests/BLI_math_vector_test.cc
index 35a111f04db..8c310645d6d 100644
--- a/source/blender/blenlib/tests/BLI_math_vector_test.cc
+++ b/source/blender/blenlib/tests/BLI_math_vector_test.cc
@@ -85,4 +85,4 @@ TEST(math_vector, Clamp)
EXPECT_EQ(result_2.z, -50);
}
-} // namespace blender::tests \ No newline at end of file
+} // namespace blender::tests