mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 13:45:38 +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(
|
project(
|
||||||
'libvirt', 'c',
|
'libvirt', 'c',
|
||||||
version: '6.7.0',
|
version: '6.7.0',
|
||||||
license: 'LGPLv2+',
|
license: 'LGPLv2+',
|
||||||
meson_version: '>= 0.54.0',
|
meson_version: '>= 0.54.0',
|
||||||
default_options: [
|
default_options: [
|
||||||
'buildtype=debugoptimized',
|
'buildtype=debugoptimized',
|
||||||
'b_pie=true',
|
'b_pie=true',
|
||||||
'c_std=gnu99',
|
'c_std=gnu99',
|
||||||
'warning_level=2',
|
'warning_level=2',
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user