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_AlphaOverNode.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'source/blender/compositor/nodes/COM_AlphaOverNode.h') diff --git a/source/blender/compositor/nodes/COM_AlphaOverNode.h b/source/blender/compositor/nodes/COM_AlphaOverNode.h index b064d257c81..27e868e6f25 100644 --- a/source/blender/compositor/nodes/COM_AlphaOverNode.h +++ b/source/blender/compositor/nodes/COM_AlphaOverNode.h @@ -26,9 +26,11 @@ * \ingroup Node */ class AlphaOverNode : public Node { -public: - AlphaOverNode(bNode *editorNode) : Node(editorNode) {} - void convertToOperations(NodeConverter &converter, const CompositorContext &context) const; + public: + AlphaOverNode(bNode *editorNode) : Node(editorNode) + { + } + void convertToOperations(NodeConverter &converter, const CompositorContext &context) const; }; #endif -- cgit v1.2.3