[glib/new-gsettings] Cosmetics



commit 3b560a129b44ff6daa31e9bdd6a499b0b9c02ec3
Author: Matthias Clasen <mclasen redhat com>
Date:   Fri Apr 16 22:03:03 2010 -0400

    Cosmetics

 gio/gsettings.c |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/gio/gsettings.c b/gio/gsettings.c
index 4d42838..351c491 100644
--- a/gio/gsettings.c
+++ b/gio/gsettings.c
@@ -212,10 +212,10 @@ g_settings_real_writable_change_event (GSettings *settings,
 }
 
 static void
-settings_backend_changed (GSettingsBackend    *backend,
-                          const gchar         *key,
-                          gpointer             origin_tag,
-                          gpointer             user_data)
+settings_backend_changed (GSettingsBackend *backend,
+                          const gchar      *key,
+                          gpointer          origin_tag,
+                          gpointer          user_data)
 {
   GSettings *settings = G_SETTINGS (user_data);
   gboolean ignore_this;
@@ -1083,9 +1083,9 @@ g_settings_new_with_context_and_path (const gchar *schema,
 {
   return g_object_new (G_TYPE_SETTINGS,
                        "schema", schema,
-                        "context", context,
-                        "path", path,
-                        NULL);
+                       "context", context,
+                       "path", path,
+                       NULL);
 }
 
 typedef struct



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]