[Bf-blender-cvs] [709e620977f] master: Cleanup: format

Campbell Barton noreply at git.blender.org
Thu Jul 7 04:35:22 CEST 2022


Commit: 709e620977faba2c29732722a536953fdf6bb665
Author: Campbell Barton
Date:   Thu Jul 7 12:30:42 2022 +1000
Branches: master
https://developer.blender.org/rB709e620977faba2c29732722a536953fdf6bb665

Cleanup: format

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

M	source/blender/editors/space_outliner/outliner_intern.hh

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

diff --git a/source/blender/editors/space_outliner/outliner_intern.hh b/source/blender/editors/space_outliner/outliner_intern.hh
index 19090641173..18173b37123 100644
--- a/source/blender/editors/space_outliner/outliner_intern.hh
+++ b/source/blender/editors/space_outliner/outliner_intern.hh
@@ -438,12 +438,12 @@ void lib_reload_fn(struct bContext *C,
                    void *user_data);
 
 void id_delete_tag_fn(struct bContext *C,
-                  struct ReportList *reports,
-                  struct Scene *scene,
-                  struct TreeElement *te,
-                  struct TreeStoreElem *tsep,
-                  struct TreeStoreElem *tselem,
-                  void *user_data);
+                      struct ReportList *reports,
+                      struct Scene *scene,
+                      struct TreeElement *te,
+                      struct TreeStoreElem *tsep,
+                      struct TreeStoreElem *tselem,
+                      void *user_data);
 void id_remap_fn(struct bContext *C,
                  struct ReportList *reports,
                  struct Scene *scene,



More information about the Bf-blender-cvs mailing list