Cleanup: trailing space

This commit is contained in:
Campbell Barton
2018-07-30 15:38:39 +10:00
parent 6f1514d22d
commit 9c960557a7
2 changed files with 2 additions and 3 deletions

View File

@@ -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));
}

View File

@@ -35,4 +35,3 @@ public:
};
#endif