From ca437b4a0cde5ec72a5eea709eb044264deb4f55 Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Thu, 6 Jul 2023 10:23:36 +0300 Subject: 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 Reviewed-by: Umang Jain --- meson_options.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meson_options.txt') diff --git a/meson_options.txt b/meson_options.txt index c8cd53b4..4405b401 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -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', -- cgit v1.2.1