[Bf-blender-cvs] [aee7d8f411e] blender-v2.92-release: Cleanup: clang-format

Campbell Barton noreply at git.blender.org
Wed Jan 20 10:42:36 CET 2021


Commit: aee7d8f411e9416b82786a2c3a225d3c44f36fd3
Author: Campbell Barton
Date:   Wed Jan 20 20:42:15 2021 +1100
Branches: blender-v2.92-release
https://developer.blender.org/rBaee7d8f411e9416b82786a2c3a225d3c44f36fd3

Cleanup: clang-format

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

M	source/blender/editors/animation/time_scrub_ui.c

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

diff --git a/source/blender/editors/animation/time_scrub_ui.c b/source/blender/editors/animation/time_scrub_ui.c
index 4e0542dc1e4..98b4d93fbf1 100644
--- a/source/blender/editors/animation/time_scrub_ui.c
+++ b/source/blender/editors/animation/time_scrub_ui.c
@@ -163,12 +163,7 @@ void ED_time_scrub_draw_current_frame(const ARegion *region,
   rcti scrub_region_rect;
   get_time_scrub_region_rect(region, &scrub_region_rect);
 
-  draw_current_frame(scene,
-                     display_seconds,
-                     v2d,
-                     &scrub_region_rect,
-                     scene->r.cfra,
-                     draw_line);
+  draw_current_frame(scene, display_seconds, v2d, &scrub_region_rect, scene->r.cfra, draw_line);
   GPU_matrix_pop_projection();
 }



More information about the Bf-blender-cvs mailing list