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:
authorJeroen Bakker <jeroen@blender.org>2021-01-06 15:54:12 +0300
committerJeroen Bakker <jeroen@blender.org>2021-01-06 15:54:12 +0300
commit1c72a2f47de138e3da756d9a838031e6abbbef90 (patch)
treead521125aff7e2ba42e9114948eaac8d84d1a244 /source/blender/compositor/operations
parent967cf303f32fa5a920c34c934d63e0f3c582b886 (diff)
Cleanup: CodeStyle Format
Diffstat (limited to 'source/blender/compositor/operations')
-rw-r--r--source/blender/compositor/operations/COM_SetAlphaMultiplyOperation.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/compositor/operations/COM_SetAlphaMultiplyOperation.cpp b/source/blender/compositor/operations/COM_SetAlphaMultiplyOperation.cpp
index 3853a953c26..17029cb3049 100644
--- a/source/blender/compositor/operations/COM_SetAlphaMultiplyOperation.cpp
+++ b/source/blender/compositor/operations/COM_SetAlphaMultiplyOperation.cpp
@@ -35,9 +35,9 @@ void SetAlphaMultiplyOperation::initExecution()
}
void SetAlphaMultiplyOperation::executePixelSampled(float output[4],
- float x,
- float y,
- PixelSampler sampler)
+ float x,
+ float y,
+ PixelSampler sampler)
{
float color_input[4];
float alpha_input[4];