diff options
author | Kieran Bingham <kieran.bingham@ideasonboard.com> | 2018-11-27 12:49:41 +0000 |
---|---|---|
committer | Kieran Bingham <kieran.bingham@ideasonboard.com> | 2018-11-28 11:08:35 +0000 |
commit | df77f99386579116689e9fc0eea8b204ce1d97c9 (patch) | |
tree | ebe0d062451deac239faa2a134846c7c21ff697e /include | |
parent | a66fe04c1949328101ed8bdbf0274b89d0f03c16 (diff) |
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 <kieran.bingham@ideasonboard.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/libcamera/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libcamera/meson.build b/include/libcamera/meson.build index da685f34..8fb21e98 100644 --- a/include/libcamera/meson.build +++ b/include/libcamera/meson.build @@ -1,5 +1,5 @@ public_api = [ - 'libcamera.h', + 'libcamera.h', ] install_headers(public_api, |