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:
authorHans Goudey <h.goudey@me.com>2020-12-18 07:53:47 +0300
committerHans Goudey <h.goudey@me.com>2020-12-18 07:53:47 +0300
commit9dbc014af7a257f347e746740e5276bdaa885e38 (patch)
tree742312747c722fa62ddf3584ed8c807810efe499 /source/blender/sequencer
parent7d25139eaf4ab11e69d6adb2f436489eca016b64 (diff)
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.
Diffstat (limited to 'source/blender/sequencer')
-rw-r--r--source/blender/sequencer/intern/utils.c2
1 files changed, 0 insertions, 2 deletions
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;
}