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(
'gdocumentportal.c',
'gopenuriportal.c',
'gmemorymonitorportal.c',
'gnetworkmonitorportal.c',
'gpowerprofilemonitorportal.c',
'gproxyresolverportal.c',
'gtrashportal.c',
'gportalsupport.c',
'gportalnotificationbackend.c',
'gsandbox.c'),
'gdocumentportal.c',
'gopenuriportal.c',
'gmemorymonitorportal.c',
'gnetworkmonitorportal.c',
'gpowerprofilemonitorportal.c',
'gproxyresolverportal.c',
'gtrashportal.c',
'gportalsupport.c',
'gportalnotificationbackend.c',
'gsandbox.c',
),
xdp_dbus_generated
]