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:
authorDalai Felinto <dfelinto@gmail.com>2020-02-07 17:26:35 +0300
committerDalai Felinto <dfelinto@gmail.com>2020-02-07 17:29:46 +0300
commit08a4cb0727d2a176fd541676bf0cabcb6d9541d9 (patch)
tree3846c5793f4f44226e190862852f3e1b453db100 /source/blender/blenlib/BLI_math_color_blend.h
parent6477fcf40f541bcb8de24aa8023df53775cc7827 (diff)
Cleanup: `make format`
Remember to run `make format` after cleanups/renames/...
Diffstat (limited to 'source/blender/blenlib/BLI_math_color_blend.h')
-rw-r--r--source/blender/blenlib/BLI_math_color_blend.h8
1 files changed, 2 insertions, 6 deletions
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]);