[Bf-blender-cvs] [ad79af48432] functions: typo

Jacques Lucke noreply at git.blender.org
Fri Mar 22 11:57:53 CET 2019


Commit: ad79af484322413cf8243a325f29083210d904dc
Author: Jacques Lucke
Date:   Thu Mar 21 18:40:36 2019 +0100
Branches: functions
https://developer.blender.org/rBad79af484322413cf8243a325f29083210d904dc

typo

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

M	source/blender/modifiers/intern/MOD_functionpoints.c

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

diff --git a/source/blender/modifiers/intern/MOD_functionpoints.c b/source/blender/modifiers/intern/MOD_functionpoints.c
index 0c3db37d1c7..3dc85be1c3e 100644
--- a/source/blender/modifiers/intern/MOD_functionpoints.c
+++ b/source/blender/modifiers/intern/MOD_functionpoints.c
@@ -58,7 +58,7 @@ static FnFunction get_current_function(FunctionPointsModifierData *fpmd)
 
 	FnType float_ty = FN_type_borrow_float();
 	FnType int32_ty = FN_type_borrow_int32();
-    FnType float_list_ty = FN_type_borrow_float_list();
+	FnType float_list_ty = FN_type_borrow_float_list();
 
 	FnType inputs[] = { float_ty, int32_ty, NULL };
 	FnType outputs[] = { float_list_ty, NULL };



More information about the Bf-blender-cvs mailing list