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/nodes/intern/CMP_nodes/CMP_flip.c')
-rw-r--r--source/blender/nodes/intern/CMP_nodes/CMP_flip.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/source/blender/nodes/intern/CMP_nodes/CMP_flip.c b/source/blender/nodes/intern/CMP_nodes/CMP_flip.c
index b80983de5e7..d9f752158db 100644
--- a/source/blender/nodes/intern/CMP_nodes/CMP_flip.c
+++ b/source/blender/nodes/intern/CMP_nodes/CMP_flip.c
@@ -109,4 +109,6 @@ bNodeType cmp_node_flip= {
/* storage */ "",
/* execfunc */ node_composit_exec_flip,
/* butfunc */ node_composit_buts_flip
-}; \ No newline at end of file
+};
+
+