mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-04 18:26:19 +01:00
guri: Minor code formatting fixes
Signed-off-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
parent
1f1efbbb05
commit
de0ebf8a5f
@ -234,7 +234,8 @@ g_uri_ref (GUri *uri)
|
||||
return g_atomic_rc_box_acquire (uri);
|
||||
}
|
||||
|
||||
static void g_uri_clear(GUri *uri)
|
||||
static void
|
||||
g_uri_clear (GUri *uri)
|
||||
{
|
||||
g_free (uri->scheme);
|
||||
g_free (uri->userinfo);
|
||||
|
@ -280,6 +280,7 @@ gboolean g_uri_params_iter_next (GUriParamsIter *iter,
|
||||
gchar **attribute,
|
||||
gchar **value,
|
||||
GError **error);
|
||||
|
||||
/**
|
||||
* G_URI_ERROR:
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user