run meson formatter

This commit is contained in:
Ailin Nemui 2026-01-25 22:07:44 +01:00
commit 221d520c37
33 changed files with 661 additions and 315 deletions

View file

@ -24,7 +24,6 @@ if want_fuzzer
endif
install_headers(
files(
'common.h'
),
subdir : incdir / 'src')
files('common.h'),
subdir : incdir / 'src',
)