From: Yu Watanabe Date: Sun, 29 May 2022 20:11:31 +0000 (+0900) Subject: meson: drop redundant spaces X-Git-Tag: v254-rc1~188^2~10 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d1b0d8415cc02d4ef94dfaefd4040b749944726a;p=thirdparty%2Fsystemd.git meson: drop redundant spaces --- diff --git a/meson.build b/meson.build index 4d8dfcadbdc..76f57c0fb25 100644 --- a/meson.build +++ b/meson.build @@ -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