From: Yu Watanabe Date: Fri, 23 Jun 2023 02:16:47 +0000 (+0900) Subject: meson: drop doubled empty line X-Git-Tag: v254-rc1~103 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=16e1e4b3e77c42e58a75187feef001db4c5ff628;p=thirdparty%2Fsystemd.git meson: drop doubled empty line --- diff --git a/meson.build b/meson.build index 275ffb491f8..9f355bf5695 100644 --- a/meson.build +++ b/meson.build @@ -1054,7 +1054,6 @@ if default_user_path != '' conf.set_quoted('DEFAULT_USER_PATH', default_user_path) endif - ##################################################################### threads = dependency('threads') @@ -4747,7 +4746,6 @@ foreach tuple : fuzz_sanitizers endif endforeach - ############################################################ if git.found() diff --git a/src/libsystemd/meson.build b/src/libsystemd/meson.build index ee24240cd13..8da73a131e8 100644 --- a/src/libsystemd/meson.build +++ b/src/libsystemd/meson.build @@ -111,7 +111,6 @@ libsystemd_sources = files( 'sd-resolve/sd-resolve.c', ) + sd_journal_sources + id128_sources + sd_daemon_sources + sd_event_sources + sd_login_sources - libsystemd_c_args = ['-fvisibility=default'] libsystemd_static = static_library( diff --git a/test/fuzz/meson.build b/test/fuzz/meson.build index 61a62a75a3c..5e8481354cd 100644 --- a/test/fuzz/meson.build +++ b/test/fuzz/meson.build @@ -28,7 +28,6 @@ foreach section : ['Automount', 'Mount', 'Path', 'Scope', 'Service', 'Slice', 'S capture: true) endforeach - ############################################################ sanitize_address_undefined = custom_target(