mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 05:35:25 +00:00
meson: Fix indentation
We use two spaces everywhere else. This commit is best viewed with 'git show -w'. Signed-off-by: Andrea Bolognani <abologna@redhat.com>
This commit is contained in:
parent
2843f14145
commit
a0e743debe
20
meson.build
20
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',
|
||||
],
|
||||
)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user