aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-ft-handler.c
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2009-05-27 23:42:42 +0800
committerCosimo Cecchi <cosimoc@gnome.org>2009-06-01 23:55:33 +0800
commit8465ea62a1813462ed4c6170ce74ba8407ef6455 (patch)
tree16d6244918c21e00dda3f49cc7bb0f6b7278f22e /libempathy/empathy-ft-handler.c
parent03dd02c5cf379dc85b0c1dd6e5bf002d9a363bb4 (diff)
downloadgsoc2013-empathy-8465ea62a1813462ed4c6170ce74ba8407ef6455.tar
gsoc2013-empathy-8465ea62a1813462ed4c6170ce74ba8407ef6455.tar.gz
gsoc2013-empathy-8465ea62a1813462ed4c6170ce74ba8407ef6455.tar.bz2
gsoc2013-empathy-8465ea62a1813462ed4c6170ce74ba8407ef6455.tar.lz
gsoc2013-empathy-8465ea62a1813462ed4c6170ce74ba8407ef6455.tar.xz
gsoc2013-empathy-8465ea62a1813462ed4c6170ce74ba8407ef6455.tar.zst
gsoc2013-empathy-8465ea62a1813462ed4c6170ce74ba8407ef6455.zip
Fix trailing whitespace
Diffstat (limited to 'libempathy/empathy-ft-handler.c')
-rw-r--r--libempathy/empathy-ft-handler.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy/empathy-ft-handler.c b/libempathy/empathy-ft-handler.c
index 4372da648..f7ba64fe3 100644
--- a/libempathy/empathy-ft-handler.c
+++ b/libempathy/empathy-ft-handler.c
@@ -1042,7 +1042,7 @@ set_content_hash_type_from_classes (EmpathyFTHandler *handler,
value = tp_asv_get_uint32
(fprops, TP_IFACE_CHANNEL_TYPE_FILE_TRANSFER ".ContentHashType",
&valid);
-
+
if (valid)
g_array_append_val (possible_values, value);
}