From c03a2fd2831444fe248cf983d89c19aeab1fff40 Mon Sep 17 00:00:00 2001 From: Aleksey Filippov Date: Tue, 6 Mar 2018 22:35:06 +0000 Subject: Add indentation to 'common/64 custom header generator' test case --- test cases/common/64 custom header generator/meson.build | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test cases/common/64 custom header generator/meson.build b/test cases/common/64 custom header generator/meson.build index bcc9a53ce..33ba4c593 100644 --- a/test cases/common/64 custom header generator/meson.build +++ b/test cases/common/64 custom header generator/meson.build @@ -3,9 +3,9 @@ project('custom header generator', 'c') gen = find_program('makeheader.py') generated_h = custom_target('makeheader.py', -output : 'myheader.lh', # Suffix not .h to ensure this works with custom suffixes, too. -input : 'input.def', -command : [gen, '@INPUT0@', '@OUTPUT0@', files('somefile.txt')]) + output : 'myheader.lh', # Suffix not .h to ensure this works with custom suffixes, too. + input : 'input.def', + command : [gen, '@INPUT0@', '@OUTPUT0@', files('somefile.txt')]) prog = executable('prog', 'prog.c', generated_h) test('gentest', prog) -- cgit v1.2.3