From 8d69552dbd61144cdeab4ac93137db672c62fd52 Mon Sep 17 00:00:00 2001 From: Charles Brunet Date: Mon, 6 Oct 2025 09:47:54 -0400 Subject: format: fix indentation at beginning of arguments Fixes #14998 --- test cases/format/1 default/indentation.meson | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'test cases') diff --git a/test cases/format/1 default/indentation.meson b/test cases/format/1 default/indentation.meson index 7b26e49b1..14e1beb40 100644 --- a/test cases/format/1 default/indentation.meson +++ b/test cases/format/1 default/indentation.meson @@ -110,3 +110,13 @@ if (host_cpu_family == 'x86' and host_system in [ ]) message('hi') endif + +# Underindent in files() (issue #14998) +sources = files( + # bar + # more bar + 'bar.c', + # foo + # more foo + 'foo.c', +) -- cgit v1.2.3