From 9e94f1efec34a7328d71eabbf5d21688683946bd Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 3 Apr 2023 09:00:26 -0400 Subject: Use more consistent meson formatting --- doc/_static/meson.build | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'doc/_static/meson.build') 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 +# Copyright 2020-2023 David Robillard # 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', +) -- cgit v1.2.1