Whitespace fixes

This commit is contained in:
Ryan Lortie 2011-05-18 17:56:50 -04:00
parent 0e63b57eea
commit 9793919d7b
4 changed files with 17 additions and 17 deletions

View File

@ -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);