aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-location-manager.c
diff options
context:
space:
mode:
authorPierre-Luc Beaudoin <pierre-luc.beaudoin@collabora.co.uk>2009-05-30 03:38:31 +0800
committerPierre-Luc Beaudoin <pierre-luc.beaudoin@collabora.co.uk>2009-06-01 23:35:33 +0800
commit07d6f0088b1428c6c64b4625c42f36e93cafa267 (patch)
tree76925cf4f49ad771ab8f53706d01dcc5359b3cf9 /libempathy-gtk/empathy-location-manager.c
parenta1d1a2307eb7168be75e46ee89dc016354a62f2c (diff)
downloadgsoc2013-empathy-07d6f0088b1428c6c64b4625c42f36e93cafa267.tar
gsoc2013-empathy-07d6f0088b1428c6c64b4625c42f36e93cafa267.tar.gz
gsoc2013-empathy-07d6f0088b1428c6c64b4625c42f36e93cafa267.tar.bz2
gsoc2013-empathy-07d6f0088b1428c6c64b4625c42f36e93cafa267.tar.lz
gsoc2013-empathy-07d6f0088b1428c6c64b4625c42f36e93cafa267.tar.xz
gsoc2013-empathy-07d6f0088b1428c6c64b4625c42f36e93cafa267.tar.zst
gsoc2013-empathy-07d6f0088b1428c6c64b4625c42f36e93cafa267.zip
Fix bracket style
Diffstat (limited to 'libempathy-gtk/empathy-location-manager.c')
-rw-r--r--libempathy-gtk/empathy-location-manager.c14
1 files changed, 10 insertions, 4 deletions
diff --git a/libempathy-gtk/empathy-location-manager.c b/libempathy-gtk/empathy-location-manager.c
index f26a8d26a..ae234ee01 100644
--- a/libempathy-gtk/empathy-location-manager.c
+++ b/libempathy-gtk/empathy-location-manager.c
@@ -362,8 +362,10 @@ initial_position_cb (GeocluePosition *position,
g_error_free (error);
}
else
- position_changed_cb (position, fields, timestamp, latitude, longitude,
- altitude, accuracy, location_manager);
+ {
+ position_changed_cb (position, fields, timestamp, latitude, longitude,
+ altitude, accuracy, location_manager);
+ }
}
static void
@@ -466,7 +468,9 @@ initial_address_cb (GeoclueAddress *address,
g_error_free (error);
}
else
- address_changed_cb (address, timestamp, details, accuracy, location_manager);
+ {
+ address_changed_cb (address, timestamp, details, accuracy, location_manager);
+ }
}
static void
@@ -634,7 +638,9 @@ accuracy_cb (EmpathyConf *conf,
g_rand_free (rand);
}
else
- priv->reduce_value = 0.0;
+ {
+ priv->reduce_value = 0.0;
+ }
if (!priv->geoclue_is_setup)
return;