We use two spaces everywhere else. This commit is best viewed with 'git show -w'. Signed-off-by: Andrea Bolognani <abologna@xxxxxxxxxx> --- meson.build | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/meson.build b/meson.build index 0913308bec..18259973b8 100644 --- a/meson.build +++ b/meson.build @@ -1,14 +1,14 @@ project( - 'libvirt', 'c', - version: '6.7.0', - license: 'LGPLv2+', - meson_version: '>= 0.54.0', - default_options: [ - 'buildtype=debugoptimized', - 'b_pie=true', - 'c_std=gnu99', - 'warning_level=2', - ], + 'libvirt', 'c', + version: '6.7.0', + license: 'LGPLv2+', + meson_version: '>= 0.54.0', + default_options: [ + 'buildtype=debugoptimized', + 'b_pie=true', + 'c_std=gnu99', + 'warning_level=2', + ], ) -- 2.26.2