From 08a4cb0727d2a176fd541676bf0cabcb6d9541d9 Mon Sep 17 00:00:00 2001 From: Dalai Felinto Date: Fri, 7 Feb 2020 15:26:35 +0100 Subject: Cleanup: `make format` Remember to run `make format` after cleanups/renames/... --- source/blender/blenlib/BLI_math_color_blend.h | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'source/blender/blenlib/BLI_math_color_blend.h') diff --git a/source/blender/blenlib/BLI_math_color_blend.h b/source/blender/blenlib/BLI_math_color_blend.h index a3efb5d72e9..47bafff3a49 100644 --- a/source/blender/blenlib/BLI_math_color_blend.h +++ b/source/blender/blenlib/BLI_math_color_blend.h @@ -69,9 +69,7 @@ MINLINE void blend_color_overlay_byte(unsigned char dst[4], MINLINE void blend_color_hardlight_byte(unsigned char dst[4], const uchar src1[4], const uchar src2[4]); -MINLINE void blend_color_burn_byte(unsigned char dst[4], - const uchar src1[4], - const uchar src2[4]); +MINLINE void blend_color_burn_byte(unsigned char dst[4], const uchar src1[4], const uchar src2[4]); MINLINE void blend_color_linearburn_byte(unsigned char dst[4], const uchar src1[4], const uchar src2[4]); @@ -102,9 +100,7 @@ MINLINE void blend_color_exclusion_byte(unsigned char dst[4], MINLINE void blend_color_color_byte(unsigned char dst[4], const uchar src1[4], const uchar src2[4]); -MINLINE void blend_color_hue_byte(unsigned char dst[4], - const uchar src1[4], - const uchar src2[4]); +MINLINE void blend_color_hue_byte(unsigned char dst[4], const uchar src1[4], const uchar src2[4]); MINLINE void blend_color_saturation_byte(unsigned char dst[4], const uchar src1[4], const uchar src2[4]); -- cgit v1.2.3