]> git.mdlowis.com Git - proto/labwc.git/commitdiff
build: use spaces instead of tab
authorJohan Malm <jgm323@gmail.com>
Wed, 8 Oct 2025 19:57:45 +0000 (20:57 +0100)
committerJohan Malm <johanmalm@users.noreply.github.com>
Wed, 8 Oct 2025 20:05:25 +0000 (21:05 +0100)
clients/meson.build

index c131915d89dadcbb935b589dfc514e5120e8e6e2..54b92db82a7fdb2fe11175c25ff43caf9e198dd3 100644 (file)
@@ -51,7 +51,7 @@ executable(
     epoll_dep,
   ],
   include_directories: [labwc_inc],
-       install: true
+  install: true,
 )
 
 clients = files('lab-sensible-terminal')