From 4b9ff3cd42be427e478743648e9951bf8c189a04 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 24 Jun 2021 15:56:58 +1000 Subject: Cleanup: comment blocks, trailing space in comments --- source/blender/blenkernel/BKE_attribute_math.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/blenkernel/BKE_attribute_math.hh') diff --git a/source/blender/blenkernel/BKE_attribute_math.hh b/source/blender/blenkernel/BKE_attribute_math.hh index ba683362e69..2ce41e95b65 100644 --- a/source/blender/blenkernel/BKE_attribute_math.hh +++ b/source/blender/blenkernel/BKE_attribute_math.hh @@ -306,7 +306,7 @@ template<> struct DefaultMixerStruct { }; template<> struct DefaultMixerStruct { /* Use a special mixer for colors. ColorGeometry4f can't be added/multiplied, because this is not - * something one should usually do with colors. */ + * something one should usually do with colors. */ using type = ColorGeometryMixer; }; template<> struct DefaultMixerStruct { -- cgit v1.2.3