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-06-14 15:56:00 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-06-14 15:56:00 +0300
commit1d2eb461b528cc309ad6d2fa94ce1e910e93d8be (patch)
treeb76c608075dfdfa02b262bfe043423e0ca449753 /source/blender/sequencer/intern/render.c
parentb84707df17547e45e91f242b810bd2c66c6b1771 (diff)
Cleanup: clang-format
Diffstat (limited to 'source/blender/sequencer/intern/render.c')
-rw-r--r--source/blender/sequencer/intern/render.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/sequencer/intern/render.c b/source/blender/sequencer/intern/render.c
index b0a8605e922..76623599864 100644
--- a/source/blender/sequencer/intern/render.c
+++ b/source/blender/sequencer/intern/render.c
@@ -514,9 +514,9 @@ static void sequencer_image_crop_transform_matrix(const Sequence *seq,
}
static void sequencer_image_crop_init(const Sequence *seq,
- const ImBuf *in,
- float crop_scale_factor,
- rctf *r_crop)
+ const ImBuf *in,
+ float crop_scale_factor,
+ rctf *r_crop)
{
const StripCrop *c = seq->strip->crop;
const int left = c->left * crop_scale_factor;