[Bf-blender-cvs] [cfdec85cd99] blender-v3.2-release: Cleanup: auto-format

Campbell Barton noreply at git.blender.org
Tue May 3 10:32:45 CEST 2022


Commit: cfdec85cd991115813d94ae0fb85e1eae56ea168
Author: Campbell Barton
Date:   Tue May 3 18:30:43 2022 +1000
Branches: blender-v3.2-release
https://developer.blender.org/rBcfdec85cd991115813d94ae0fb85e1eae56ea168

Cleanup: auto-format

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

M	release/scripts/startup/bl_ui/space_view3d.py
M	source/blender/editors/space_sequencer/sequencer_view.c

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

diff --git a/release/scripts/startup/bl_ui/space_view3d.py b/release/scripts/startup/bl_ui/space_view3d.py
index 69477c80c07..3b966a28d33 100644
--- a/release/scripts/startup/bl_ui/space_view3d.py
+++ b/release/scripts/startup/bl_ui/space_view3d.py
@@ -5687,7 +5687,7 @@ class VIEW3D_PT_object_type_visibility(Panel):
     bl_label = "View Object Types"
     bl_ui_units_x = 7
 
-    # Allows derived classes to pass view data other than context.space_data. 
+    # Allows derived classes to pass view data other than context.space_data.
     # This is used by the official VR add-on, which passes XrSessionSettings
     # since VR has a 3D view that only exists for the duration of the VR session.
     def draw_ex(self, context, view, show_select):
diff --git a/source/blender/editors/space_sequencer/sequencer_view.c b/source/blender/editors/space_sequencer/sequencer_view.c
index d271ad1ec66..b3dbc3c72d1 100644
--- a/source/blender/editors/space_sequencer/sequencer_view.c
+++ b/source/blender/editors/space_sequencer/sequencer_view.c
@@ -31,8 +31,8 @@
 /* For menu, popup, icons, etc. */
 #include "ED_anim_api.h"
 #include "ED_screen.h"
-#include "ED_util_imbuf.h"
 #include "ED_time_scrub_ui.h"
+#include "ED_util_imbuf.h"
 
 /* Own include. */
 #include "sequencer_intern.h"



More information about the Bf-blender-cvs mailing list