From 9dbc014af7a257f347e746740e5276bdaa885e38 Mon Sep 17 00:00:00 2001 From: Hans Goudey Date: Thu, 17 Dec 2020 22:53:47 -0600 Subject: Cleanup: Various clang tidy warnings There are more in the new mesh fairing code and in the poisson distribution code, this commit doesn't fix those. --- source/blender/sequencer/intern/utils.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'source/blender/sequencer') diff --git a/source/blender/sequencer/intern/utils.c b/source/blender/sequencer/intern/utils.c index ab0b65dba7f..a76cfb76e62 100644 --- a/source/blender/sequencer/intern/utils.c +++ b/source/blender/sequencer/intern/utils.c @@ -578,6 +578,4 @@ void SEQ_set_scale_to_fit(const Sequence *seq, transform->scale_y = 1.0f; break; } - - return; } -- cgit v1.2.3