[glib: 1/3] gresource: Fix wrapping of function return type
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib: 1/3] gresource: Fix wrapping of function return type
- Date: Wed, 11 Jul 2018 09:25:22 +0000 (UTC)
commit f62d7c1e2a38006a6ad1d735135f222ce5ceb726
Author: Philip Withnall <withnall endlessm com>
Date: Thu Jul 5 11:19:20 2018 +0100
gresource: Fix wrapping of function return type
This introduces no functional changes.
Signed-off-by: Philip Withnall <withnall endlessm com>
gio/gresource.c | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/gio/gresource.c b/gio/gresource.c
index 8ead26bc6..18383d9b6 100644
--- a/gio/gresource.c
+++ b/gio/gresource.c
@@ -591,15 +591,15 @@ g_resource_load (const gchar *filename,
return g_resource_new_from_table (table);
}
-static
-gboolean do_lookup (GResource *resource,
- const gchar *path,
- GResourceLookupFlags lookup_flags,
- gsize *size,
- guint32 *flags,
- const void **data,
- gsize *data_size,
- GError **error)
+static gboolean
+do_lookup (GResource *resource,
+ const gchar *path,
+ GResourceLookupFlags lookup_flags,
+ gsize *size,
+ guint32 *flags,
+ const void **data,
+ gsize *data_size,
+ GError **error)
{
char *free_path = NULL;
gsize path_len;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]