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:
authorDalai Felinto <dalai@blender.org>2021-09-22 17:55:09 +0300
committerDalai Felinto <dalai@blender.org>2021-09-22 17:55:09 +0300
commit707bcd5693aedc0c1a461bbb0ce88680e32de561 (patch)
tree671dbbd258bdbeb926e198b3cf3571b975dadc40 /source/blender/sequencer/intern/strip_add.c
parent0d350e0193f1af82274ba78f5f93702c14646a86 (diff)
Cleanup: make format
Diffstat (limited to 'source/blender/sequencer/intern/strip_add.c')
-rw-r--r--source/blender/sequencer/intern/strip_add.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/source/blender/sequencer/intern/strip_add.c b/source/blender/sequencer/intern/strip_add.c
index 3cf7a4ebf4d..aa3f7c92dd8 100644
--- a/source/blender/sequencer/intern/strip_add.c
+++ b/source/blender/sequencer/intern/strip_add.c
@@ -486,11 +486,8 @@ Sequence *SEQ_add_meta_strip(Scene *scene, ListBase *seqbase, SeqLoadData *load_
* \param load_data: SeqLoadData with information necessary to create strip
* \return created strip
*/
-Sequence *SEQ_add_movie_strip(Main *bmain,
- Scene *scene,
- ListBase *seqbase,
- SeqLoadData *load_data,
- double *r_start_offset)
+Sequence *SEQ_add_movie_strip(
+ Main *bmain, Scene *scene, ListBase *seqbase, SeqLoadData *load_data, double *r_start_offset)
{
char path[sizeof(load_data->path)];
BLI_strncpy(path, load_data->path, sizeof(path));