[libcamera-devel] [PATCH v3 06/12] libcamera: rpi: Fix wrong comment indentation
Kieran Bingham
kieran.bingham at ideasonboard.com
Fri Sep 15 15:22:21 CEST 2023
Quoting Jacopo Mondi via libcamera-devel (2023-09-15 14:06:44)
> The closing line of a comment block was aligned with spaces and not
> tabs. Fix it.
>
> Signed-off-by: Jacopo Mondi <jacopo.mondi at ideasonboard.com>
Reviewed-by: Kieran Bingham <kieran.bingham at ideasonboard.com>
> ---
> src/libcamera/pipeline/rpi/common/pipeline_base.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/libcamera/pipeline/rpi/common/pipeline_base.h b/src/libcamera/pipeline/rpi/common/pipeline_base.h
> index 81b2b7d2f4d1..3e7c487fb0bf 100644
> --- a/src/libcamera/pipeline/rpi/common/pipeline_base.h
> +++ b/src/libcamera/pipeline/rpi/common/pipeline_base.h
> @@ -273,7 +273,7 @@ private:
> * Store the colour spaces that all our streams will have. RGB format streams
> * will have the same colorspace as YUV streams, with YCbCr field cleared and
> * range set to full.
> - */
> + */
> std::optional<ColorSpace> yuvColorSpace_;
> std::optional<ColorSpace> rgbColorSpace_;
> };
> --
> 2.42.0
>
More information about the libcamera-devel
mailing list