Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2021-01-20 12:42:15 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-01-20 12:42:15 +0300
commitaee7d8f411e9416b82786a2c3a225d3c44f36fd3 (patch)
tree345321381f6934067f0e4ee8dffad7729213fa21
parentc082b216252119b2304893ff6f48087b2897b387 (diff)
Cleanup: clang-format
-rw-r--r--source/blender/editors/animation/time_scrub_ui.c7
1 files changed, 1 insertions, 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();
}