mirror of
https://github.com/systemd/systemd.git
synced 2024-12-22 17:35:35 +03:00
meson: drop doubled empty line
This commit is contained in:
parent
b6a3fe2666
commit
16e1e4b3e7
@ -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()
|
||||
|
@ -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(
|
||||
|
@ -28,7 +28,6 @@ foreach section : ['Automount', 'Mount', 'Path', 'Scope', 'Service', 'Slice', 'S
|
||||
capture: true)
|
||||
endforeach
|
||||
|
||||
|
||||
############################################################
|
||||
|
||||
sanitize_address_undefined = custom_target(
|
||||
|
Loading…
Reference in New Issue
Block a user