ipa: meson: Fix identation

meson.build files are indented with 4 spaces, not 2.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Umang Jain <umang.jain@ideasonboard.com>
Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
This commit is contained in:
Laurent Pinchart 2022-09-19 19:58:49 +03:00
parent cf5d0cbb34
commit 685da13d02

View file

@ -31,8 +31,8 @@ ipa_modules = get_option('ipas')
# Tests require the vimc IPA, similar to vimc pipline-handler for their # Tests require the vimc IPA, similar to vimc pipline-handler for their
# execution. Include it automatically when tests are enabled. # execution. Include it automatically when tests are enabled.
if get_option('test') and 'vimc' not in ipa_modules if get_option('test') and 'vimc' not in ipa_modules
message('Enabling vimc IPA to support tests') message('Enabling vimc IPA to support tests')
ipa_modules += ['vimc'] ipa_modules += ['vimc']
endif endif
enabled_ipa_modules = [] enabled_ipa_modules = []