Fix meson formatting

This commit is contained in:
Robert Ancell
2022-10-31 13:36:46 +01:00
committed by Philip Withnall
parent 568763e776
commit 5a83f384d1

View File

@@ -369,16 +369,17 @@ if host_system != 'windows'
) )
portal_sources = [files( portal_sources = [files(
'gdocumentportal.c', 'gdocumentportal.c',
'gopenuriportal.c', 'gopenuriportal.c',
'gmemorymonitorportal.c', 'gmemorymonitorportal.c',
'gnetworkmonitorportal.c', 'gnetworkmonitorportal.c',
'gpowerprofilemonitorportal.c', 'gpowerprofilemonitorportal.c',
'gproxyresolverportal.c', 'gproxyresolverportal.c',
'gtrashportal.c', 'gtrashportal.c',
'gportalsupport.c', 'gportalsupport.c',
'gportalnotificationbackend.c', 'gportalnotificationbackend.c',
'gsandbox.c'), 'gsandbox.c',
),
xdp_dbus_generated xdp_dbus_generated
] ]