Cleanup: Clang format

This commit is contained in:
2020-12-23 12:13:44 -06:00
parent d8dc4c5b32
commit c9efb54240
5 changed files with 54 additions and 53 deletions

View File

@@ -26,7 +26,7 @@ ExposureNode::ExposureNode(bNode *editorNode) : Node(editorNode)
}
void ExposureNode::convertToOperations(NodeConverter &converter,
const CompositorContext & /*context*/) const
const CompositorContext & /*context*/) const
{
ExposureOperation *operation = new ExposureOperation();
converter.addOperation(operation);