meson: add empty lines before enabled/disabled status

Those line are long enough to wrap around a few times, and they are
much more legible with some whitespace.
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2017-07-26 14:14:44 -04:00
parent b1519d6566
commit 9d39c1bf29
1 changed files with 4 additions and 1 deletions

View File

@ -2531,6 +2531,9 @@ foreach tuple : [
endforeach
status += [
'',
'enabled features: @0@'.format(', '.join(found)),
'disabled features: @0@'.format(', '.join(missing))]
'',
'disabled features: @0@'.format(', '.join(missing)),
'']
message('\n '.join(status))