From: Simon McVittie Date: Fri, 28 Feb 2025 12:05:02 +0000 (+0000) Subject: build: Indent GLib subproject options consistently X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d820a6e17e2dc3f1d3cba7b6c6ae76e78dd7670;p=thirdparty%2Fdbus.git build: Indent GLib subproject options consistently Signed-off-by: Simon McVittie --- diff --git a/meson.build b/meson.build index 2d8a1c6c7..ff1312c38 100644 --- a/meson.build +++ b/meson.build @@ -376,7 +376,7 @@ else required: get_option('modular_tests'), fallback: ['glib', 'libglib_dep'], default_options: [ - 'tests=false', + 'tests=false', ], ) endif