meson: Fix formatting
Change-Id: I5368d21cc8de18d0b23d22c0d93ae8fb1bd57e65
Signed-off-by: William A. Kennington III <wak@google.com>
diff --git a/src/meson.build b/src/meson.build
index 4463db0..7e1426c 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -10,7 +10,7 @@
function2_proj = import('cmake').subproject(
'function2',
cmake_options: [
- '-DBUILD_TESTING=OFF',
+ '-DBUILD_TESTING=OFF',
],
required: false)
assert(function2_proj.found(), 'function2 is required')
@@ -56,7 +56,7 @@
sdeventplus_reqs = []
foreach dep : sdeventplus_deps
if dep.type_name() == 'pkgconfig'
- sdeventplus_reqs += dep
+ sdeventplus_reqs += dep
endif
endforeach