[empathy] Fix function parameter alignment



commit 4d003245d9fcef0799657dd8255d0fb1593b8aa1
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Fri Jul 22 21:31:48 2016 -0500

    Fix function parameter alignment
    
    I'm pretty sure I hate Empathy coding style, but let's not mess it up.

 libempathy-gtk/empathy-location-manager.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/libempathy-gtk/empathy-location-manager.c b/libempathy-gtk/empathy-location-manager.c
index 6ba39ac..a252895 100644
--- a/libempathy-gtk/empathy-location-manager.c
+++ b/libempathy-gtk/empathy-location-manager.c
@@ -343,8 +343,8 @@ setup_geoclue (EmpathyLocationManager *self)
 
 static void
 publish_cb (GSettings *gsettings_loc,
-            const gchar *key,
-            gpointer user_data)
+    const gchar *key,
+    gpointer user_data)
 {
   EmpathyLocationManager *self = EMPATHY_LOCATION_MANAGER (user_data);
 
@@ -369,8 +369,8 @@ publish_cb (GSettings *gsettings_loc,
 
 static void
 reduce_accuracy_cb (GSettings *gsettings_loc,
-                    const gchar *key,
-                    gpointer user_data)
+    const gchar *key,
+    gpointer user_data)
 {
   EmpathyLocationManager *self = EMPATHY_LOCATION_MANAGER (user_data);
 


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