]> git.0d.be Git - empathy.git/commitdiff
Fix trailing whitespaces
authorCosimo Cecchi <cosimo.cecchi@collabora.co.uk>
Mon, 25 May 2009 18:05:52 +0000 (20:05 +0200)
committerCosimo Cecchi <cosimoc@gnome.org>
Mon, 1 Jun 2009 15:55:32 +0000 (17:55 +0200)
libempathy/empathy-dispatcher.c
libempathy/empathy-ft-handler.c

index 46aaab6869b550506aa1715a17881311b50c47c1..6897d0f6db333e4c1a419a25d92592265397b189 100644 (file)
@@ -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,
index 62f430b57953a17746bed5a6bc22bf8d20f15791..260dfded82b0bcffced3aee1d76f335ec715dcab 100644 (file)
@@ -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 */