From 4b9ff3cd42be427e478743648e9951bf8c189a04 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 24 Jun 2021 15:56:58 +1000 Subject: Cleanup: comment blocks, trailing space in comments --- intern/libmv/libmv/image/array_nd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'intern/libmv') diff --git a/intern/libmv/libmv/image/array_nd.h b/intern/libmv/libmv/image/array_nd.h index 1a3c39d0461..8ece99a8376 100644 --- a/intern/libmv/libmv/image/array_nd.h +++ b/intern/libmv/libmv/image/array_nd.h @@ -378,7 +378,7 @@ void PrintArray(const Array3Df& array); * (if automatic_range_detection = true) * \note and TODO this automatic detection only works when the image contains * at least one pixel of both bounds. - **/ + */ void FloatArrayToScaledByteArray(const Array3Df& float_array, Array3Du* byte_array, bool automatic_range_detection = false); -- cgit v1.2.3