[empathy: 132/148] Fix trailing whitespaces



commit 12ad94e68d9ad3d4258ae8fa0755528a22871b4b
Author: Cosimo Cecchi <cosimo cecchi collabora co uk>
Date:   Mon May 25 20:05:52 2009 +0200

    Fix trailing whitespaces
---
 libempathy/empathy-dispatcher.c |    4 ++--
 libempathy/empathy-ft-handler.c |    6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/libempathy/empathy-dispatcher.c b/libempathy/empathy-dispatcher.c
index 46aaab6..6897d0f 100644
--- a/libempathy/empathy-dispatcher.c
+++ b/libempathy/empathy-dispatcher.c
@@ -1475,7 +1475,7 @@ empathy_dispatcher_find_channel_class (EmpathyDispatcher *dispatcher,
                   g_array_index (properties, char *, j), NULL);
 
               /* TODO: this might not be enough if we want e.g. use this to
-               * look for all the values for a given property, but we don't 
+               * look for all the values for a given property, but we don't
                * currently use it that way.
                */
               if (!tp_asv_lookup (fprops, my_class))
@@ -1614,7 +1614,7 @@ empathy_dispatcher_find_requestable_channel_classes (EmpathyDispatcher *dispatch
   va_start (var_args, first_property_name);
 
   properties = setup_varargs (var_args, first_property_name);
-  
+
   va_end (var_args);
 
   retval = empathy_dispatcher_find_channel_class (dispatcher, connection,
diff --git a/libempathy/empathy-ft-handler.c b/libempathy/empathy-ft-handler.c
index 62f430b..260dfde 100644
--- a/libempathy/empathy-ft-handler.c
+++ b/libempathy/empathy-ft-handler.c
@@ -159,7 +159,7 @@ do_get_property (GObject *object,
     GParamSpec *pspec)
 {
   EmpathyFTHandlerPriv *priv = GET_PRIV (object);
-  
+
   switch (property_id)
     {
       case PROP_CONTACT:
@@ -1022,7 +1022,7 @@ find_ft_channel_class_cb (GStrv channel_class,
     gpointer user_data)
 {
   CallbacksData *data = user_data;
-  EmpathyFTHandler *handler = data->handler;  
+  EmpathyFTHandler *handler = data->handler;
   gboolean allowed = TRUE;
   GError *myerr = NULL;
 
@@ -1056,7 +1056,7 @@ find_hash_channel_class_cb (GStrv channel_class,
 {
   CallbacksData *data = user_data;
   EmpathyFTHandler *handler = data->handler;
-  EmpathyFTHandlerPriv *priv = GET_PRIV (handler);  
+  EmpathyFTHandlerPriv *priv = GET_PRIV (handler);
   gboolean allowed = TRUE;
 
   /* this takes care of channel_class == NULL as well */



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