[Bf-blender-cvs] [fdb6896815e] soc-2021-curves: Incorrect fomatting fix

Dilith Jayakody noreply at git.blender.org
Sun Apr 3 17:34:18 CEST 2022


Commit: fdb6896815e812787b9dd6863b45eed927f3b81a
Author: Dilith Jayakody
Date:   Wed Mar 16 12:13:15 2022 +0530
Branches: soc-2021-curves
https://developer.blender.org/rBfdb6896815e812787b9dd6863b45eed927f3b81a

Incorrect fomatting fix

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

M	source/blender/editors/include/ED_curve.h

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

diff --git a/source/blender/editors/include/ED_curve.h b/source/blender/editors/include/ED_curve.h
index f51f875292c..55934ca8cfb 100644
--- a/source/blender/editors/include/ED_curve.h
+++ b/source/blender/editors/include/ED_curve.h
@@ -54,8 +54,9 @@ bool ED_curve_editnurb_select_pick_thresholded(struct bContext *C,
 /**
  * \return True when pick finds an element or the selection changed.
  */
-bool ED_curve_editnurb_select_pick(
-    struct bContext *C, const int mval[2], const struct SelectPick_Params *params);
+bool ED_curve_editnurb_select_pick(struct bContext *C,
+                                   const int mval[2],
+                                   const struct SelectPick_Params *params);
 
 struct Nurb *ED_curve_add_nurbs_primitive(
     struct bContext *C, struct Object *obedit, float mat[4][4], int type, int newob);



More information about the Bf-blender-cvs mailing list