diff options
author | David Robillard <d@drobilla.net> | 2023-04-03 09:00:26 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2023-04-06 07:19:10 -0400 |
commit | 9e94f1efec34a7328d71eabbf5d21688683946bd (patch) | |
tree | 0c10b0e64bf7deb17aa33b43125891f9e4dfdad2 /doc/_static | |
parent | fa38a280abc0e2ee70db9d33886e92d9266936bc (diff) | |
download | serd-9e94f1efec34a7328d71eabbf5d21688683946bd.tar.gz serd-9e94f1efec34a7328d71eabbf5d21688683946bd.tar.bz2 serd-9e94f1efec34a7328d71eabbf5d21688683946bd.zip |
Use more consistent meson formatting
Diffstat (limited to 'doc/_static')
-rw-r--r-- | doc/_static/meson.build | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/_static/meson.build b/doc/_static/meson.build index 3ddb2100..a73a7a7b 100644 --- a/doc/_static/meson.build +++ b/doc/_static/meson.build @@ -1,4 +1,8 @@ -# Copyright 2020-2022 David Robillard <d@drobilla.net> +# Copyright 2020-2023 David Robillard <d@drobilla.net> # SPDX-License-Identifier: 0BSD OR ISC -configure_file(copy: true, input: '../../resources/serd.svg', output: 'serd.svg') +configure_file( + copy: true, + input: '../../resources/serd.svg', + output: 'serd.svg', +) |