Cleanup: trailing space for compositor
This commit is contained in:
@@ -37,7 +37,7 @@ void InvertNode::convertToOperations(NodeConverter &converter, const CompositorC
|
||||
operation->setColor(node->custom1 & CMP_CHAN_RGB);
|
||||
operation->setAlpha(node->custom1 & CMP_CHAN_A);
|
||||
converter.addOperation(operation);
|
||||
|
||||
|
||||
converter.mapInputSocket(getInputSocket(0), operation->getInputSocket(0));
|
||||
converter.mapInputSocket(getInputSocket(1), operation->getInputSocket(1));
|
||||
converter.mapOutputSocket(getOutputSocket(0), operation->getOutputSocket(0));
|
||||
|
Reference in New Issue
Block a user