From 35b78d9807c49ba37e038eda85c672c72dee0247 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 15 Mar 2019 08:53:22 +1100 Subject: Cleanup: indentation, wrapping Mostly functions wrapping args, not confirming to our style guide. --- source/blender/compositor/nodes/COM_OutputFileNode.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/compositor/nodes') diff --git a/source/blender/compositor/nodes/COM_OutputFileNode.cpp b/source/blender/compositor/nodes/COM_OutputFileNode.cpp index 6adf4f6207d..beed19a0b95 100644 --- a/source/blender/compositor/nodes/COM_OutputFileNode.cpp +++ b/source/blender/compositor/nodes/COM_OutputFileNode.cpp @@ -55,8 +55,8 @@ void OutputFileNode::convertToOperations(NodeConverter &converter, const Composi } else { outputOperation = new OutputOpenExrMultiLayerOperation( - context.getRenderData(), context.getbNodeTree(), storage->base_path, - storage->format.exr_codec, use_half_float, context.getViewName()); + context.getRenderData(), context.getbNodeTree(), storage->base_path, + storage->format.exr_codec, use_half_float, context.getViewName()); } converter.addOperation(outputOperation); -- cgit v1.2.3