Cleanup: CodeStyle Format

This commit is contained in:
Jeroen Bakker 2021-01-06 13:54:12 +01:00
parent 967cf303f3
commit 1c72a2f47d
1 changed files with 3 additions and 3 deletions

View File

@ -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];