[empathy] Coding style fixes.



commit b788f7ca76096138b65f4518fb4435608cd0f91f
Author: Jonny Lamb <jonny lamb collabora co uk>
Date:   Thu Jun 4 16:42:07 2009 +0100

    Coding style fixes.
    
    Signed-off-by: Jonny Lamb <jonny lamb collabora co uk>
---
 libempathy/empathy-contact.c    |    2 +-
 libempathy/empathy-dispatcher.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/libempathy/empathy-contact.c b/libempathy/empathy-contact.c
index a08c629..03ce8d2 100644
--- a/libempathy/empathy-contact.c
+++ b/libempathy/empathy-contact.c
@@ -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:
diff --git a/libempathy/empathy-dispatcher.c b/libempathy/empathy-dispatcher.c
index 6550c1f..f46d15f 100644
--- a/libempathy/empathy-dispatcher.c
+++ b/libempathy/empathy-dispatcher.c
@@ -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);
     }
 



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