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