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:
authorClément Foucault <foucault.clem@gmail.com>2022-01-12 14:10:14 +0300
committerClément Foucault <foucault.clem@gmail.com>2022-01-12 14:10:14 +0300
commitc2f0bd88ea80fe663e1467012522231b6cc98218 (patch)
tree39cd435d2033f2952d2c39ce302816b037263c63
parenta564817cb8b97d6ff68486791a3884912a185280 (diff)
Fix missing new linetmp-vector-template
-rw-r--r--source/blender/blenlib/tests/BLI_math_vec_types_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenlib/tests/BLI_math_vec_types_test.cc b/source/blender/blenlib/tests/BLI_math_vec_types_test.cc
index 547632466e1..8aa1f90fde2 100644
--- a/source/blender/blenlib/tests/BLI_math_vec_types_test.cc
+++ b/source/blender/blenlib/tests/BLI_math_vec_types_test.cc
@@ -146,4 +146,4 @@ TEST(math_vec_types, VectorTypeConversion)
EXPECT_EQ(d[1], -1.0);
}
-} // namespace blender::tests \ No newline at end of file
+} // namespace blender::tests