[libcamera-devel] [PATCH v2 5/8] include: libcamera: Omit extra semicolons

Laurent Pinchart laurent.pinchart at ideasonboard.com
Tue Oct 20 11:53:22 CEST 2020


Hi Hiro-san,

Thank you for the patch.

On Tue, Oct 20, 2020 at 06:15:02PM +0900, Hirokazu Honda wrote:
> This removes the unnecessary semicolon in span.h.
> 
> Signed-off-by: Hirokazu Honda <hiroh at chromium.org>

Reviewed-by: Laurent Pinchart <laurent.pinchart at ideasonboard.com>

> ---
>  include/libcamera/span.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/include/libcamera/span.h b/include/libcamera/span.h
> index a53a80b..c0e4399 100644
> --- a/include/libcamera/span.h
> +++ b/include/libcamera/span.h
> @@ -407,6 +407,6 @@ private:
>  	size_type size_;
>  };
>  
> -}; /* namespace libcamera */
> +} /* namespace libcamera */
>  
>  #endif /* __LIBCAMERA_SPAN_H__ */

-- 
Regards,

Laurent Pinchart


More information about the libcamera-devel mailing list