meson: reformat with meson formatter
Apply the `meson format` results.
Change-Id: If2d8de6eea26011031901e61bbf21261999369c5
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
diff --git a/bmc/firmware-handler/meson.build b/bmc/firmware-handler/meson.build
index 42c14ba..d544a24 100644
--- a/bmc/firmware-handler/meson.build
+++ b/bmc/firmware-handler/meson.build
@@ -69,17 +69,17 @@
]
if (get_option('lpc-type') == 'aspeed-lpc' or
-get_option('tests').allowed())
+ get_option('tests').allowed())
firmware_source += 'lpc_aspeed.cpp'
endif
if (get_option('lpc-type') == 'nuvoton-lpc' or
-get_option('tests').allowed())
+ get_option('tests').allowed())
firmware_source += 'lpc_nuvoton.cpp'
endif
if (get_option('p2a-type') == 'aspeed-p2a' or
-get_option('tests').allowed())
+ get_option('tests').allowed())
firmware_source += 'pci_handler.cpp'
endif