aboutsummaryrefslogtreecommitdiffstats
path: root/doc/_static/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'doc/_static/meson.build')
-rw-r--r--doc/_static/meson.build6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/_static/meson.build b/doc/_static/meson.build
index d3296c6..ffaefcd 100644
--- a/doc/_static/meson.build
+++ b/doc/_static/meson.build
@@ -1,5 +1,9 @@
# Copyright 2021 David Robillard <d@drobilla.net>
# SPDX-License-Identifier: CC0-1.0 OR ISC
-configure_file(copy: true, input: '../../resources/pugl.svg', output: 'pugl.svg')
+configure_file(
+ copy: true,
+ input: '../../resources/pugl.svg',
+ output: 'pugl.svg',
+)