aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2021-02-08 14:57:41 +0100
committerSimon Ser <contact@emersion.fr>2021-02-08 14:57:41 +0100
commitd595a4ebe3d432cdd3f551d6d067b341d0afdc19 (patch)
tree6650b36baf7502c84b61d0f14946af8f4de0bdd0
parent91fa2ff3959ae10d8fc1f8fb8955608faa71c56a (diff)
build: remove extra whitespace
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index e0951a8d..a5bf3c0d 100644
--- a/meson.build
+++ b/meson.build
@@ -153,7 +153,7 @@ lib_wlr = library(
dependencies: wlr_deps,
include_directories: [wlr_inc, proto_inc],
install: true,
- link_args : symbols_flag,
+ link_args: symbols_flag,
link_depends: symbols_file,
)