From df77f99386579116689e9fc0eea8b204ce1d97c9 Mon Sep 17 00:00:00 2001 From: Kieran Bingham Date: Tue, 27 Nov 2018 12:49:41 +0000 Subject: meson: Replace tabs for spaces Tabs are disliked within the meson build system. Replace indentation by spaces, in all existing locations. Signed-off-by: Kieran Bingham --- test/meson.build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/meson.build') diff --git a/test/meson.build b/test/meson.build index 4f5c7a82..afe9bd9a 100644 --- a/test/meson.build +++ b/test/meson.build @@ -1,5 +1,5 @@ test_init = executable('test_init', 'init.cpp', - link_with : libcamera, - include_directories : inc) + link_with : libcamera, + include_directories : inc) test('Initialisation test', test_init) -- cgit v1.2.1