]> git.0d.be Git - empathy.git/commitdiff
Coding style fixes.
authorJonny Lamb <jonny.lamb@collabora.co.uk>
Thu, 4 Jun 2009 15:42:07 +0000 (16:42 +0100)
committerJonny Lamb <jonny.lamb@collabora.co.uk>
Thu, 4 Jun 2009 15:42:07 +0000 (16:42 +0100)
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
libempathy/empathy-contact.c
libempathy/empathy-dispatcher.c

index a08c629eef55033d4f6d66a77805636ba6143d54..03ce8d28a397681eea6d296514e23aa81abcee78 100644 (file)
@@ -763,7 +763,7 @@ empathy_contact_is_online (EmpathyContact *contact)
 {
   g_return_val_if_fail (EMPATHY_IS_CONTACT (contact), FALSE);
 
-  switch (empathy_contact_get_presence(contact))
+  switch (empathy_contact_get_presence (contact))
     {
       case TP_CONNECTION_PRESENCE_TYPE_OFFLINE:
       case TP_CONNECTION_PRESENCE_TYPE_UNKNOWN:
index 6550c1f25e8f13bec42c3ebe802041a6856520f4..f46d15f808d6562e212ca0b6756690cf40ca1f3e 100644 (file)
@@ -1533,7 +1533,7 @@ empathy_dispatcher_find_channel_classes (EmpathyDispatcher *dispatcher,
       if (!channel_class_matches
           (class, channel_type, handle_type, fixed_properties))
         continue;
-      
+
       matching_classes = g_list_prepend (matching_classes, class);
     }