[Bf-blender-cvs] [13c4af66fcd] master: Cleanup: format

Campbell Barton noreply at git.blender.org
Fri Sep 16 10:15:56 CEST 2022


Commit: 13c4af66fcd77a8ca2de78b3530fd252033a649d
Author: Campbell Barton
Date:   Fri Sep 16 18:13:21 2022 +1000
Branches: master
https://developer.blender.org/rB13c4af66fcd77a8ca2de78b3530fd252033a649d

Cleanup: format

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

M	source/blender/editors/space_file/file_ops.c

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

diff --git a/source/blender/editors/space_file/file_ops.c b/source/blender/editors/space_file/file_ops.c
index 26fb85ca2af..3f671fd44a1 100644
--- a/source/blender/editors/space_file/file_ops.c
+++ b/source/blender/editors/space_file/file_ops.c
@@ -702,7 +702,7 @@ void FILE_OT_select(wmOperatorType *ot)
 /**
  * \returns true if selection has changed
  */
-static bool file_walk_select_selection_set(struct bContext* C,
+static bool file_walk_select_selection_set(struct bContext *C,
                                            wmWindow *win,
                                            ARegion *region,
                                            SpaceFile *sfile,
@@ -1557,7 +1557,8 @@ void FILE_OT_cancel(struct wmOperatorType *ot)
 /** \name Operator Utilities
  * \{ */
 
-void file_sfile_to_operator_ex(bContext* C, Main *bmain, wmOperator *op, SpaceFile *sfile, char *filepath)
+void file_sfile_to_operator_ex(
+    bContext *C, Main *bmain, wmOperator *op, SpaceFile *sfile, char *filepath)
 {
   FileSelectParams *params = ED_fileselect_get_active_params(sfile);
   PropertyRNA *prop;



More information about the Bf-blender-cvs mailing list