From 8c3bd1eda1a2f35e28773f18c879f5f8f971b306 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 15 Jan 2019 08:47:04 +1100 Subject: Cleanup: style --- source/blender/imbuf/IMB_imbuf_types.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/imbuf') diff --git a/source/blender/imbuf/IMB_imbuf_types.h b/source/blender/imbuf/IMB_imbuf_types.h index 309c41646ed..c71bbc3ecd5 100644 --- a/source/blender/imbuf/IMB_imbuf_types.h +++ b/source/blender/imbuf/IMB_imbuf_types.h @@ -295,9 +295,9 @@ enum { /** indicates whether image on disk have premul alpha */ IB_alphamode_premul = 1 << 12, /** if this flag is set, alpha mode would be guessed from file */ - IB_alphamode_detect = 1 << 13 , + IB_alphamode_detect = 1 << 13, /** ignore alpha on load and substitute it with 1.0f */ - IB_ignore_alpha = 1 << 14 , + IB_ignore_alpha = 1 << 14, IB_thumbnail = 1 << 15, IB_multiview = 1 << 16, }; -- cgit v1.2.3