meson: Fix space around colon issues
The meson style, which libcamera follows, recommends a space before colons in function parameters. Fix the style violations through the project. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Umang Jain <umang.jain@ideasonboard.com>
This commit is contained in:
parent
adb1bbb748
commit
ca437b4a0c
12 changed files with 26 additions and 26 deletions
|
@ -59,12 +59,12 @@ option('qcam',
|
|||
option('test',
|
||||
type : 'boolean',
|
||||
value : false,
|
||||
description: 'Compile and include the tests')
|
||||
description : 'Compile and include the tests')
|
||||
|
||||
option('tracing',
|
||||
type : 'feature',
|
||||
value : 'auto',
|
||||
description: 'Enable tracing (based on lttng)')
|
||||
description : 'Enable tracing (based on lttng)')
|
||||
|
||||
option('v4l2',
|
||||
type : 'boolean',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue