diff options
author | Cosimo Cecchi <cosimo.cecchi@collabora.co.uk> | 2009-05-26 02:05:52 +0800 |
---|---|---|
committer | Cosimo Cecchi <cosimoc@gnome.org> | 2009-06-01 23:55:32 +0800 |
commit | 12ad94e68d9ad3d4258ae8fa0755528a22871b4b (patch) | |
tree | 048e772fe8352f6768c8f1c18b0d168e7ffbe193 /libempathy/empathy-ft-handler.c | |
parent | e0144199db485b5e744c8cb9af6051f8645f40a0 (diff) | |
download | gsoc2013-empathy-12ad94e68d9ad3d4258ae8fa0755528a22871b4b.tar gsoc2013-empathy-12ad94e68d9ad3d4258ae8fa0755528a22871b4b.tar.gz gsoc2013-empathy-12ad94e68d9ad3d4258ae8fa0755528a22871b4b.tar.bz2 gsoc2013-empathy-12ad94e68d9ad3d4258ae8fa0755528a22871b4b.tar.lz gsoc2013-empathy-12ad94e68d9ad3d4258ae8fa0755528a22871b4b.tar.xz gsoc2013-empathy-12ad94e68d9ad3d4258ae8fa0755528a22871b4b.tar.zst gsoc2013-empathy-12ad94e68d9ad3d4258ae8fa0755528a22871b4b.zip |
Fix trailing whitespaces
Diffstat (limited to 'libempathy/empathy-ft-handler.c')
-rw-r--r-- | libempathy/empathy-ft-handler.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libempathy/empathy-ft-handler.c b/libempathy/empathy-ft-handler.c index 62f430b57..260dfded8 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 */ |