meson.build: Unify the indentation (replace all tabs)

This commit is contained in:
Michael Weiss 2020-07-17 13:15:32 +02:00 committed by Jente Hidskes
parent 7d37322906
commit 0d85c1652e

View file

@ -132,8 +132,8 @@ cage_sources = [
cage_headers = [
configure_file(input: 'config.h.in',
output: 'config.h',
configuration: conf_data),
output: 'config.h',
configuration: conf_data),
'idle_inhibit_v1.h',
'output.h',
'render.h',
@ -164,10 +164,10 @@ executable(
)
summary = [
'',
'Cage @0@'.format(version),
'',
' xwayland: @0@'.format(have_xwayland),
''
'',
'Cage @0@'.format(version),
'',
' xwayland: @0@'.format(have_xwayland),
''
]
message('\n'.join(summary))