[libcamera-devel,v5,06/13] libcamera: rpi: Fix wrong comment indentation
diff mbox series

Message ID 20230921165550.50956-7-jacopo.mondi@ideasonboard.com
State Accepted
Headers show
Series
  • libcamera: Introduce SensorConfiguration
Related show

Commit Message

Jacopo Mondi Sept. 21, 2023, 4:55 p.m. UTC
The closing line of a comment block was aligned with spaces and not
tabs. Fix it.

Signed-off-by: Jacopo Mondi <jacopo.mondi@ideasonboard.com>
---
 src/libcamera/pipeline/rpi/common/pipeline_base.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Laurent Pinchart Sept. 26, 2023, 10:28 p.m. UTC | #1
Hi Jacopo,

Thank you for the patch.

On Thu, Sep 21, 2023 at 06:55:43PM +0200, Jacopo Mondi via libcamera-devel wrote:
> The closing line of a comment block was aligned with spaces and not
> tabs. Fix it.
> 
> Signed-off-by: Jacopo Mondi <jacopo.mondi@ideasonboard.com>

Reviewed-by: Laurent Pinchart <laurent.pinchart@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_;
>  };

Patch
diff mbox series

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_;
 };