macos: fix header indentation

This commit is contained in:
Arjan Molenaar 2024-07-02 09:08:31 +02:00
parent c67ae98588
commit e9ee147ac9

View File

@ -459,9 +459,9 @@ g_osx_app_info_get_icon (GAppInfo *appinfo)
static gboolean
g_osx_app_info_launch_internal (GAppInfo *appinfo,
GList *uris,
gboolean are_files,
GError **error)
GList *uris,
gboolean are_files,
GError **error)
{
GOsxAppInfo *info = G_OSX_APP_INFO (appinfo);
LSLaunchURLSpec *urlspec;
@ -572,8 +572,8 @@ g_osx_app_info_launch_uris_async (GAppInfo *appinfo,
static gboolean
g_osx_app_info_launch_uris_finish (GAppInfo *appinfo,
GAsyncResult *result,
GError **error)
GAsyncResult *result,
GError **error)
{
g_return_val_if_fail (g_task_is_valid (result, appinfo), FALSE);