From e8005084dcc4af5b52411467c7a8e7734dd3b77a Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Wed, 14 Dec 2022 14:37:30 +0100 Subject: [PATCH] build: fix whitespace in project() --- meson.build | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/meson.build b/meson.build index 1f29690..e54baad 100644 --- a/meson.build +++ b/meson.build @@ -1,10 +1,10 @@ project( 'basu', 'c', -version : '0.2.0', -license : 'LGPLv2+', -default_options : ['c_std=gnu99', 'prefix=/usr', 'sysconfdir=/etc', 'localstatedir=/var'], -meson_version : '>= 0.54' + version : '0.2.0', + license : 'LGPLv2+', + default_options : ['c_std=gnu99', 'prefix=/usr', 'sysconfdir=/etc', 'localstatedir=/var'], + meson_version : '>= 0.54' ) soversion = 0 -- 2.45.2