From e12c08e8d170b7ca40f204a5b0423c23a9fbc2c1 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 17 Apr 2019 06:17:24 +0200 Subject: ClangFormat: apply to source, most of intern Apply clang format as proposed in T53211. For details on usage and instructions for migrating branches without conflicts, see: https://wiki.blender.org/wiki/Tools/ClangFormat --- source/blender/compositor/nodes/COM_ZCombineNode.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'source/blender/compositor/nodes/COM_ZCombineNode.h') diff --git a/source/blender/compositor/nodes/COM_ZCombineNode.h b/source/blender/compositor/nodes/COM_ZCombineNode.h index d5a7b4d3f1e..95e81ca8c8f 100644 --- a/source/blender/compositor/nodes/COM_ZCombineNode.h +++ b/source/blender/compositor/nodes/COM_ZCombineNode.h @@ -26,9 +26,11 @@ * \ingroup Node */ class ZCombineNode : public Node { -public: - ZCombineNode(bNode *editorNode) : Node(editorNode) {} - void convertToOperations(NodeConverter &converter, const CompositorContext &context) const; + public: + ZCombineNode(bNode *editorNode) : Node(editorNode) + { + } + void convertToOperations(NodeConverter &converter, const CompositorContext &context) const; }; #endif -- cgit v1.2.3