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:
authorCampbell Barton <ideasman42@gmail.com>2018-06-29 10:23:51 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-06-29 10:23:51 +0300
commitb3727668168075137f2ded11d7a7821548e4451d (patch)
tree32d6ae27a8b386b765677bc5e3ffe6e33a182c09 /source/blender/compositor/operations/COM_DifferenceMatteOperation.cpp
parentaf36dd4664ddf35c7ad99f05f9878ce1acf787bd (diff)
Cleanup: trailing newlines
Diffstat (limited to 'source/blender/compositor/operations/COM_DifferenceMatteOperation.cpp')
-rw-r--r--source/blender/compositor/operations/COM_DifferenceMatteOperation.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/compositor/operations/COM_DifferenceMatteOperation.cpp b/source/blender/compositor/operations/COM_DifferenceMatteOperation.cpp
index 770a5bd205b..f6417bb78a0 100644
--- a/source/blender/compositor/operations/COM_DifferenceMatteOperation.cpp
+++ b/source/blender/compositor/operations/COM_DifferenceMatteOperation.cpp
@@ -85,4 +85,3 @@ void DifferenceMatteOperation::executePixelSampled(float output[4], float x, flo
output[0] = inColor1[3];
}
}
-