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 --- lib/meson.build | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/meson.build') diff --git a/lib/meson.build b/lib/meson.build index eee99b75..fcd738cc 100644 --- a/lib/meson.build +++ b/lib/meson.build @@ -1,6 +1,6 @@ sources = ['main.cpp'] libcamera = shared_library('camera', - sources, - install : true, - include_directories : inc) + sources, + install : true, + include_directories : inc) -- cgit v1.2.1