From 31a8dbcca82a394f0dd236776692a8a53a031777 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 23 Sep 2023 16:08:07 -0400 Subject: Format meson.build files with muon The less time wasted with manual code formatting, the better. --- doc/style/meson.build | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'doc/style/meson.build') diff --git a/doc/style/meson.build b/doc/style/meson.build index 501c0fa..39e9242 100644 --- a/doc/style/meson.build +++ b/doc/style/meson.build @@ -1,10 +1,7 @@ # Copyright 2022 David Robillard # SPDX-License-Identifier: 0BSD OR ISC -style_files = files( - 'pygments.css', - 'style.css' -) +style_files = files('pygments.css', 'style.css') foreach file : style_files configure_file( -- cgit v1.2.1