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:
authorHans Goudey <h.goudey@me.com>2020-12-23 21:13:44 +0300
committerHans Goudey <h.goudey@me.com>2020-12-23 21:13:44 +0300
commitc9efb5424079189951a0eebc968a33787878b039 (patch)
tree4740576815a140f630471b320c272436cf6312d2 /source/blender/compositor
parentd8dc4c5b32b4cb08e2d438d76f6a02e732d23220 (diff)
Cleanup: Clang format
Diffstat (limited to 'source/blender/compositor')
-rw-r--r--source/blender/compositor/nodes/COM_ColorExposureNode.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/compositor/nodes/COM_ColorExposureNode.cpp b/source/blender/compositor/nodes/COM_ColorExposureNode.cpp
index 10738fcfe47..cd0285ac373 100644
--- a/source/blender/compositor/nodes/COM_ColorExposureNode.cpp
+++ b/source/blender/compositor/nodes/COM_ColorExposureNode.cpp
@@ -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);