From 39fc1161f69eefd7d7b5fd48baf9a8878adc0389 Mon Sep 17 00:00:00 2001 From: Tristan Partin Date: Fri, 28 Jul 2023 13:10:54 -0500 Subject: [PATCH] meson: cleanup formatting --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index df895ba8..2e4c4a48 100644 --- a/meson.build +++ b/meson.build @@ -39,7 +39,7 @@ need_glib = (need_gtk or get_option('examples') or get_option('sysprofd') != 'none' or get_option('tools') or - get_option('tests')) + get_option('tests')) need_libsysprof = (need_gtk or get_option('libsysprof') or get_option('examples') or