[Bf-blender-cvs] [9c960557a7d] master: Cleanup: trailing space

Campbell Barton noreply at git.blender.org
Mon Jul 30 07:38:45 CEST 2018


Commit: 9c960557a7d2734b3be8cf5f512ef0d8bba54e98
Author: Campbell Barton
Date:   Mon Jul 30 15:38:39 2018 +1000
Branches: master
https://developer.blender.org/rB9c960557a7d2734b3be8cf5f512ef0d8bba54e98

Cleanup: trailing space

===================================================================

M	source/blender/compositor/nodes/COM_CryptomatteNode.cpp
M	source/blender/compositor/nodes/COM_CryptomatteNode.h

===================================================================

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
-



More information about the Bf-blender-cvs mailing list