]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
meson: drop doubled empty line
authorYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 23 Jun 2023 02:16:47 +0000 (11:16 +0900)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 28 Jun 2023 04:34:25 +0000 (22:34 -0600)
meson.build
src/libsystemd/meson.build
test/fuzz/meson.build

index 275ffb491f8c68f1b40bb9a3d083c89945b9c15b..9f355bf5695918a9d4abc37997351af58e0d8e62 100644 (file)
@@ -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()
index ee24240cd13c150c1ca133cec5e1702d81829304..8da73a131e8c4a7c6a3d71b1e93d9e5ed7a42823 100644 (file)
@@ -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(
index 61a62a75a3cd43c0d37477195769ba1285cacb9d..5e8481354cdb273f9df9c6b318267bb79be03496 100644 (file)
@@ -28,7 +28,6 @@ foreach section : ['Automount', 'Mount', 'Path', 'Scope', 'Service', 'Slice', 'S
                 capture: true)
 endforeach
 
-
 ############################################################
 
 sanitize_address_undefined = custom_target(