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:
Diffstat (limited to 'source/blender/compositor/nodes/COM_RotateNode.cpp')
-rw-r--r--source/blender/compositor/nodes/COM_RotateNode.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/source/blender/compositor/nodes/COM_RotateNode.cpp b/source/blender/compositor/nodes/COM_RotateNode.cpp
index 059a62874bb..f5fdf19398d 100644
--- a/source/blender/compositor/nodes/COM_RotateNode.cpp
+++ b/source/blender/compositor/nodes/COM_RotateNode.cpp
@@ -26,10 +26,12 @@
#include "COM_ExecutionSystem.h"
#include "COM_SetSamplerOperation.h"
-RotateNode::RotateNode(bNode *editorNode) : Node(editorNode) {
+RotateNode::RotateNode(bNode *editorNode) : Node(editorNode)
+{
}
-void RotateNode::convertToOperations(ExecutionSystem *system, CompositorContext * context) {
+void RotateNode::convertToOperations(ExecutionSystem *system, CompositorContext * context)
+{
InputSocket *inputSocket = this->getInputSocket(0);
InputSocket *inputDegreeSocket = this->getInputSocket(1);
OutputSocket *outputSocket = this->getOutputSocket(0);