From 358254f20aa93be54920ac8767532ee76d521117 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Barnab=C3=A1s=20P=C5=91cze?= Date: Tue, 16 Aug 2022 17:48:31 +0200 Subject: [PATCH] spa: meson.build: add missing new line --- spa/plugins/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spa/plugins/meson.build b/spa/plugins/meson.build index ba5e03475..b6a52bd84 100644 --- a/spa/plugins/meson.build +++ b/spa/plugins/meson.build @@ -55,4 +55,4 @@ if libcamera_dep.found() subdir('libcamera') endif -subdir('aec') \ No newline at end of file +subdir('aec')