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-07-30 08:38:39 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-07-30 08:38:39 +0300
commit9c960557a7d2734b3be8cf5f512ef0d8bba54e98 (patch)
treebed3a6a2bf91442526356e9904fbc0b7112aac54 /source/blender/compositor/nodes
parent6f1514d22d1908c1c4418d2ef33b03c499687a51 (diff)
Cleanup: trailing space
Diffstat (limited to 'source/blender/compositor/nodes')
-rw-r--r--source/blender/compositor/nodes/COM_CryptomatteNode.cpp4
-rw-r--r--source/blender/compositor/nodes/COM_CryptomatteNode.h1
2 files changed, 2 insertions, 3 deletions
diff --git a/source/blender/compositor/nodes/COM_CryptomatteNode.cpp b/source/blender/compositor/nodes/COM_CryptomatteNode.cpp
index 5ed66fe45e7..648ea4556ad 100644
--- a/source/blender/compositor/nodes/COM_CryptomatteNode.cpp
+++ b/source/blender/compositor/nodes/COM_CryptomatteNode.cpp
@@ -100,7 +100,7 @@ void CryptomatteNode::convertToOperations(NodeConverter &converter, const Compos
SeparateChannelOperation *separateOperation = new SeparateChannelOperation;
separateOperation->setChannel(3);
converter.addOperation(separateOperation);
-
+
SetAlphaOperation *operationAlpha = new SetAlphaOperation();
converter.addOperation(operationAlpha);
@@ -117,5 +117,5 @@ void CryptomatteNode::convertToOperations(NodeConverter &converter, const Compos
converter.mapOutputSocket(outputSocketMatte, separateOperation->getOutputSocket(0));
converter.mapOutputSocket(outputSocketImage, operationAlpha->getOutputSocket(0));
converter.mapOutputSocket(outputSocketPick, clearAlphaOperation->getOutputSocket(0));
-
+
}
diff --git a/source/blender/compositor/nodes/COM_CryptomatteNode.h b/source/blender/compositor/nodes/COM_CryptomatteNode.h
index 5251b57d8af..0ee3c1740b3 100644
--- a/source/blender/compositor/nodes/COM_CryptomatteNode.h
+++ b/source/blender/compositor/nodes/COM_CryptomatteNode.h
@@ -35,4 +35,3 @@ public:
};
#endif
-