mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-27 17:52:58 +02:00
macos: fix header indentation
This commit is contained in:
@@ -459,9 +459,9 @@ g_osx_app_info_get_icon (GAppInfo *appinfo)
|
|||||||
|
|
||||||
static gboolean
|
static gboolean
|
||||||
g_osx_app_info_launch_internal (GAppInfo *appinfo,
|
g_osx_app_info_launch_internal (GAppInfo *appinfo,
|
||||||
GList *uris,
|
GList *uris,
|
||||||
gboolean are_files,
|
gboolean are_files,
|
||||||
GError **error)
|
GError **error)
|
||||||
{
|
{
|
||||||
GOsxAppInfo *info = G_OSX_APP_INFO (appinfo);
|
GOsxAppInfo *info = G_OSX_APP_INFO (appinfo);
|
||||||
LSLaunchURLSpec *urlspec;
|
LSLaunchURLSpec *urlspec;
|
||||||
@@ -572,8 +572,8 @@ g_osx_app_info_launch_uris_async (GAppInfo *appinfo,
|
|||||||
|
|
||||||
static gboolean
|
static gboolean
|
||||||
g_osx_app_info_launch_uris_finish (GAppInfo *appinfo,
|
g_osx_app_info_launch_uris_finish (GAppInfo *appinfo,
|
||||||
GAsyncResult *result,
|
GAsyncResult *result,
|
||||||
GError **error)
|
GError **error)
|
||||||
{
|
{
|
||||||
g_return_val_if_fail (g_task_is_valid (result, appinfo), FALSE);
|
g_return_val_if_fail (g_task_is_valid (result, appinfo), FALSE);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user