summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@gnome.org>2016-07-22 21:31:48 -0500
committerMichael Catanzaro <mcatanzaro@gnome.org>2016-07-22 21:31:48 -0500
commit4d003245d9fcef0799657dd8255d0fb1593b8aa1 (patch)
treefd1d0150f53beafaa4fda490289dca4c91ce0371
parent8ae80c01fbdfbfe23f04943b89d3889a995d91a0 (diff)
downloadempathy-4d003245d9fcef0799657dd8255d0fb1593b8aa1.tar.gz
Fix function parameter alignment
I'm pretty sure I hate Empathy coding style, but let's not mess it up.
-rw-r--r--libempathy-gtk/empathy-location-manager.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/libempathy-gtk/empathy-location-manager.c b/libempathy-gtk/empathy-location-manager.c
index 6ba39acfb..a252895e9 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);