From 807efa8538c502a0017c48029ff8f0805ceea2a6 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 16 Dec 2021 11:38:08 +1100 Subject: Cleanup: clang-format --- source/blender/imbuf/intern/transform.cc | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'source/blender/imbuf') diff --git a/source/blender/imbuf/intern/transform.cc b/source/blender/imbuf/intern/transform.cc index 82c8747d28d..3e071a9e4d7 100644 --- a/source/blender/imbuf/intern/transform.cc +++ b/source/blender/imbuf/intern/transform.cc @@ -322,15 +322,8 @@ class Sampler { } else if constexpr (Filter == IMB_FILTER_BILINEAR && std::is_same_v) { if constexpr (std::is_same_v) { - BLI_bilinear_interpolation_wrap_fl(source->rect_float, - &r_sample[0], - source->x, - source->y, - NumChannels, - u, - v, - true, - true); + BLI_bilinear_interpolation_wrap_fl( + source->rect_float, &r_sample[0], source->x, source->y, NumChannels, u, v, true, true); } else { BLI_bilinear_interpolation_fl(source->rect_float, -- cgit v1.2.3