From 6c632697fe1ea1255311bb3a0e56574766d182c7 Mon Sep 17 00:00:00 2001
From: David Robillard <d@drobilla.net>
Date: Sat, 2 Sep 2023 17:29:20 -0400
Subject: Clean up meson formatting

Formatted automatically with muon, with some manual changes to make things
format more nicely.
---
 doc/meson.build | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

(limited to 'doc')

diff --git a/doc/meson.build b/doc/meson.build
index 0a706dc2..e1e2b918 100644
--- a/doc/meson.build
+++ b/doc/meson.build
@@ -33,7 +33,8 @@ if build_docs
   # Warn if the "official" theme isn't present
   pymod = import('python')
   doc_modules = ['sphinx_lv2_theme']
-  if not pymod.find_installation('python3', modules: doc_modules, required: false).found()
+  py = pymod.find_installation('python3', modules: doc_modules, required: false)
+  if not py.found()
     warning('Missing sphinx_lv2_theme module, falling back to alabaster')
   endif
 
-- 
cgit v1.2.1