From 5ca90343ab80db1fa68362e8d238c2fe9e1ff1d2 Mon Sep 17 00:00:00 2001
From: Christoph Haag <christoph.haag@collabora.com>
Date: Mon, 5 Oct 2020 01:05:08 +0200
Subject: [PATCH] build/meson: Fix formatting for survive driver enablement

---
 meson.build | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/meson.build b/meson.build
index d2192988e..4b969c363 100644
--- a/meson.build
+++ b/meson.build
@@ -185,9 +185,9 @@ if has_v4l2_header and ('auto' in drivers or 'v4l2' in drivers)
 endif
 
 if survive.found() and ('survive' in drivers)
-  if 'survive' not in drivers
-    drivers += ['survive']
-    endif
+	if 'survive' not in drivers
+		drivers += ['survive']
+	endif
 endif
 
 if drivers.length() == 0 or drivers == ['auto']
-- 
GitLab