[libcamera-devel] [PATCH] cam: Fix indentation in meson.build

paul.elder at ideasonboard.com paul.elder at ideasonboard.com
Fri Mar 25 06:12:09 CET 2022


Hi Laurent,

On Thu, Mar 24, 2022 at 06:03:51PM +0200, Laurent Pinchart via libcamera-devel wrote:
> One if...endif block is incorrectly indented. Fix it.
> 
> Signed-off-by: Laurent Pinchart <laurent.pinchart at ideasonboard.com>

Reviewed-by: Paul Elder <paul.elder at ideasonboard.com>

> ---
>  src/cam/meson.build | 10 +++++-----
>  1 file changed, 5 insertions(+), 5 deletions(-)
> 
> diff --git a/src/cam/meson.build b/src/cam/meson.build
> index e8e2ae57d3f4..5bab8c9e331b 100644
> --- a/src/cam/meson.build
> +++ b/src/cam/meson.build
> @@ -25,11 +25,11 @@ cam_cpp_args = []
>  libdrm = dependency('libdrm', required : false)
>  
>  if libdrm.found()
> -cam_cpp_args += [ '-DHAVE_KMS' ]
> -cam_sources += files([
> -    'drm.cpp',
> -    'kms_sink.cpp'
> -])
> +    cam_cpp_args += [ '-DHAVE_KMS' ]
> +    cam_sources += files([
> +        'drm.cpp',
> +        'kms_sink.cpp'
> +    ])
>  endif
>  
>  cam  = executable('cam', cam_sources,
> -- 
> Regards,
> 
> Laurent Pinchart
> 


More information about the libcamera-devel mailing list