From dcc605343029505379795278f030f927038af839 Mon Sep 17 00:00:00 2001 From: Michael Weiss Date: Fri, 17 Jul 2020 13:15:32 +0200 Subject: [PATCH] meson.build: Unify the indentation (replace all tabs) --- meson.build | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/meson.build b/meson.build index e7e12b8..788a500 100644 --- a/meson.build +++ b/meson.build @@ -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))