meson.build: fix an indentation issue

This commit is contained in:
Peter Hutterer 2022-12-05 12:17:46 +10:00
parent d5b813d677
commit 260ae90d91

View file

@ -320,8 +320,7 @@ if get_option('tests')
message('valgrind not found, disabling valgrind test suite')
endif
# build-test only
# build-test only
executable('test-build-libei',
'test/buildtest.c',
dependencies : [dep_libei],