From 709135ad94deaa3be191f3b3a0b66c0e1546266f Mon Sep 17 00:00:00 2001 From: "Jan Alexander Steffens (heftig)" Date: Fri, 19 Oct 2018 17:01:45 +0200 Subject: build: Fix a double space (whitespace) --- data/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data') diff --git a/data/meson.build b/data/meson.build index 0de17d7..f76df0a 100644 --- a/data/meson.build +++ b/data/meson.build @@ -25,7 +25,7 @@ if get_option('enable-backend') # DBus Service policy file dbus_service_dir = get_option('dbus-sys-dir') - if dbus_service_dir == '' + if dbus_service_dir == '' dbus_service_dir = join_paths(get_option('sysconfdir'), 'dbus-1', 'system.d') endif configure_file(output: 'org.freedesktop.GeoClue2.conf', -- cgit v1.2.1