mirror of
https://git.libcamera.org/libcamera/libcamera.git
synced 2025-07-24 09:05:06 +03:00
meson: Fix coding style in meson.build files
Consistently go for 4 spaces indentation, and always put a space between the colon in argument lists, as per the examples from the meson documentation. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
This commit is contained in:
parent
1f32abb995
commit
41adc3f8d3
9 changed files with 57 additions and 57 deletions
|
@ -51,7 +51,7 @@ includes = [
|
|||
|
||||
subdir('pipeline')
|
||||
|
||||
libudev = dependency('libudev', required: false)
|
||||
libudev = dependency('libudev', required : false)
|
||||
|
||||
if libudev.found()
|
||||
config_h.set('HAVE_LIBUDEV', 1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue