Skip to content

Commit 30d20c3

Browse files
committed
clang-format fix
Signed-off-by: Vlad (Kuzmin) Erium <libalias@gmail.com>
1 parent 01575cc commit 30d20c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/libOpenImageIO/imagebufalgo_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,7 @@ test_hwy_strided_roi_fallback()
526526
ImageBufAlgo::fill(B, { 0.1f, 0.3f, 0.5f, 0.7f });
527527
ImageBufAlgo::fill(C, { 0.05f, 0.05f, 0.05f, 0.05f });
528528

529-
ROI roi = get_roi(A.spec());
529+
ROI roi = get_roi(A.spec());
530530
roi.chbegin = 0;
531531
roi.chend = 3; // RGB only => non-contiguous for RGBA interleaving
532532

0 commit comments

Comments
 (0)