From aee7d8f411e9416b82786a2c3a225d3c44f36fd3 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 20 Jan 2021 20:42:15 +1100 Subject: Cleanup: clang-format --- source/blender/editors/animation/time_scrub_ui.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) 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(); } -- cgit v1.2.3