mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-11 23:16:14 +01:00
Whitespace fixes
This commit is contained in:
parent
0e63b57eea
commit
9793919d7b
@ -374,8 +374,8 @@ reset_all_keys (GSettings *settings)
|
||||
|
||||
static void
|
||||
gsettings_reset_recursively (GSettings *settings,
|
||||
const gchar *key,
|
||||
const gchar *value)
|
||||
const gchar *key,
|
||||
const gchar *value)
|
||||
{
|
||||
gchar **children;
|
||||
gint i;
|
||||
@ -393,7 +393,7 @@ gsettings_reset_recursively (GSettings *settings,
|
||||
g_object_get (child, "schema", &schema, NULL);
|
||||
|
||||
if (is_schema (schema))
|
||||
reset_all_keys (child);
|
||||
reset_all_keys (child);
|
||||
|
||||
g_object_unref (child);
|
||||
g_free (schema);
|
||||
|
Loading…
Reference in New Issue
Block a user