build: remove extra whitespace

This commit is contained in:
Simon Ser 2021-02-08 14:57:41 +01:00
parent 91fa2ff395
commit d595a4ebe3
1 changed files with 1 additions and 1 deletions

View File

@ -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,
)