]> git.0d.be Git - empathy.git/commitdiff
Fix bracket style
authorPierre-Luc Beaudoin <pierre-luc.beaudoin@collabora.co.uk>
Fri, 29 May 2009 19:38:31 +0000 (15:38 -0400)
committerPierre-Luc Beaudoin <pierre-luc.beaudoin@collabora.co.uk>
Mon, 1 Jun 2009 15:35:33 +0000 (11:35 -0400)
libempathy-gtk/empathy-location-manager.c

index f26a8d26a8851f03d43adacd7df7faca83d7a9ba..ae234ee016d6ba75679feb552a8301451150f07f 100644 (file)
@@ -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;