]> git.ipfire.org Git - thirdparty/systemd.git/commit - meson.build
meson: drop parens when appending to list
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 31 Jul 2018 07:44:11 +0000 (09:44 +0200)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 31 Jul 2018 12:02:01 +0000 (21:02 +0900)
commit5a8b16409240bc95d95f3c19d6f5cd9366e6ccf4
tree56ec64572991eddcd452f6f1aaf670d6fe00ce6a
parent48e0e10ff5196a7b916c72af0107c39b55da2f66
meson: drop parens when appending to list

Meson does not care either way, so let's use the simpler syntax. And files()
already gives a list, so nesting this in a list wouldn't be necessary even
if meson did not flatten everything.
man/meson.build
meson.build
src/boot/efi/meson.build
src/resolve/meson.build
src/shared/meson.build