Cleanup: clang-format

This commit is contained in:
Campbell Barton 2021-01-20 20:42:15 +11:00
parent c082b21625
commit aee7d8f411
1 changed files with 1 additions and 6 deletions

View File

@ -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();
}