]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
meson: drop redundant spaces
authorYu Watanabe <watanabe.yu+github@gmail.com>
Sun, 29 May 2022 20:11:31 +0000 (05:11 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 16 Jun 2023 01:43:06 +0000 (10:43 +0900)
meson.build

index 4d8dfcadbdcfb6bca996e4f5d092544f6b3d1f9f..76f57c0fb25dbc8fd563fc291de159fcb5e718af 100644 (file)
@@ -18,7 +18,7 @@ libudev_version = '1.7.6'
 
 conf = configuration_data()
 conf.set_quoted('PROJECT_URL', 'https://systemd.io/')
-conf.set('PROJECT_VERSION',    meson.project_version(),
+conf.set('PROJECT_VERSION', meson.project_version(),
          description : 'Numerical project version (used where a simple number is expected)')
 
 # This is to be used instead of meson.source_root(), as the latter will return