[Bf-blender-cvs] [6af5d940db6] functions: cleanup

Jacques Lucke noreply at git.blender.org
Thu Mar 28 19:56:10 CET 2019


Commit: 6af5d940db6ca547721b2f9e4674b998704c2331
Author: Jacques Lucke
Date:   Thu Mar 28 18:17:34 2019 +0100
Branches: functions
https://developer.blender.org/rB6af5d940db6ca547721b2f9e4674b998704c2331

cleanup

===================================================================

M	source/blender/functions/backends/llvm/fgraph_ir_generation.cpp

===================================================================

diff --git a/source/blender/functions/backends/llvm/fgraph_ir_generation.cpp b/source/blender/functions/backends/llvm/fgraph_ir_generation.cpp
index 731a98a81c0..2f0a539a042 100644
--- a/source/blender/functions/backends/llvm/fgraph_ir_generation.cpp
+++ b/source/blender/functions/backends/llvm/fgraph_ir_generation.cpp
@@ -37,7 +37,6 @@ namespace FN {
 			CodeInterface &interface,
 			const BuildIRSettings &settings) const override
 		{
-
 			SocketValueMap values;
 			for (uint i = 0; i < interface.inputs().size(); i++) {
 				values.add(m_inputs[i], interface.get_input(i));



More information about the Bf-blender-cvs mailing list