From: Johan Malm Date: Wed, 8 Oct 2025 19:57:45 +0000 (+0100) Subject: build: use spaces instead of tab X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=017152da52d500cec0f60f51870c29422844e8ca;p=proto%2Flabwc.git build: use spaces instead of tab --- diff --git a/clients/meson.build b/clients/meson.build index c131915d..54b92db8 100644 --- a/clients/meson.build +++ b/clients/meson.build @@ -51,7 +51,7 @@ executable( epoll_dep, ], include_directories: [labwc_inc], - install: true + install: true, ) clients = files('lab-sensible-terminal')