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 --- src/libcamera/meson.build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/libcamera') diff --git a/src/libcamera/meson.build b/src/libcamera/meson.build index 3cd42477..38fbb41e 100644 --- a/src/libcamera/meson.build +++ b/src/libcamera/meson.build @@ -93,9 +93,9 @@ endif if not libcrypto.found() warning('Neither gnutls nor libcrypto found, all IPA modules will be isolated') summary({'IPA modules signed with': 'None (modules will run isolated)'}, - section: 'Configuration') + section : 'Configuration') else - summary({'IPA modules signed with': libcrypto.name()}, section: 'Configuration') + summary({'IPA modules signed with' : libcrypto.name()}, section : 'Configuration') endif if liblttng.found() -- cgit v1.2.1