gplugin/gplugin

4abae92ecef8
Fix a bunch of weird spacing in our meson files

Clean up a bunch of weird formatting in the meson files

Testing Done:
Built and ran the unit tests.

Reviewed at https://reviews.imfreedom.org/r/109/
gplugin_query = executable('gplugin-query',
'gplugin-query.c',
dependencies : [gplugin_dep, GLIB, GOBJECT],
install : true)
if get_option('help2man')
custom_target('gplugin-query.1',
command : [help2man,
'--name=Query installed plugins', '--section=1',
'--help-option=--help-all', '--no-info',
'--output', '@OUTPUT@',
gplugin_query],
output : 'gplugin-query.1',
install : true,
install_dir : get_option('mandir') / 'man1')
endif