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:
Diffstat (limited to 'source/blender/blenlib/tests/BLI_color_test.cc')
-rw-r--r--source/blender/blenlib/tests/BLI_color_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenlib/tests/BLI_color_test.cc b/source/blender/blenlib/tests/BLI_color_test.cc
index 14796e6bf71..a91c743b133 100644
--- a/source/blender/blenlib/tests/BLI_color_test.cc
+++ b/source/blender/blenlib/tests/BLI_color_test.cc
@@ -128,6 +128,6 @@ TEST(color, SceneLinearByteDecoding)
EXPECT_NEAR(0.5f, decoded.a, 0.01f);
}
-/* \} */
+/** \} */
} // namespace blender::tests