From 88a80fcec8672b5bb67041456dc7f7101aae3d55 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 15 Jan 2019 23:57:49 +1100 Subject: Cleanup: commas at the end of enums Without this clang-format may wrap them onto a single line. --- source/blender/imbuf/IMB_imbuf.h | 6 +++--- source/blender/imbuf/IMB_imbuf_types.h | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'source/blender/imbuf') diff --git a/source/blender/imbuf/IMB_imbuf.h b/source/blender/imbuf/IMB_imbuf.h index 1dfbae38213..4c531c40d16 100644 --- a/source/blender/imbuf/IMB_imbuf.h +++ b/source/blender/imbuf/IMB_imbuf.h @@ -209,7 +209,7 @@ typedef enum IMB_BlendMode { IMB_BLEND_COPY = 1000, IMB_BLEND_COPY_RGB = 1001, - IMB_BLEND_COPY_ALPHA = 1002 + IMB_BLEND_COPY_ALPHA = 1002, } IMB_BlendMode; void IMB_blend_color_byte(unsigned char dst[4], unsigned char src1[4], @@ -249,7 +249,7 @@ typedef enum IMB_Timecode_Type { * device (*every* consumer camcorder can do * that :) )*/ IMB_TC_RECORD_RUN_NO_GAPS = 8, - IMB_TC_MAX_SLOT = 4 + IMB_TC_MAX_SLOT = 4, } IMB_Timecode_Type; typedef enum IMB_Proxy_Size { @@ -258,7 +258,7 @@ typedef enum IMB_Proxy_Size { IMB_PROXY_50 = 2, IMB_PROXY_75 = 4, IMB_PROXY_100 = 8, - IMB_PROXY_MAX_SLOT = 4 + IMB_PROXY_MAX_SLOT = 4, } IMB_Proxy_Size; /* defaults to BL_proxy within the directory of the animation */ diff --git a/source/blender/imbuf/IMB_imbuf_types.h b/source/blender/imbuf/IMB_imbuf_types.h index c71bbc3ecd5..948358467de 100644 --- a/source/blender/imbuf/IMB_imbuf_types.h +++ b/source/blender/imbuf/IMB_imbuf_types.h @@ -352,7 +352,7 @@ extern const char *imb_ext_image_filepath_only[]; * \{ */ enum { - IMB_COLORMANAGE_IS_DATA = (1 << 0) + IMB_COLORMANAGE_IS_DATA = (1 << 0), }; /** \} */ -- cgit v1.2.3