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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user