aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy
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
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')
-rw-r--r--libempathy/empathy-ft-handler.c2
-rw-r--r--libempathy/empathy-utils.c2
2 files changed, 2 insertions, 2 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);
}
diff --git a/libempathy/empathy-utils.c b/libempathy/empathy-utils.c
index 9bcd65683..47746f536 100644
--- a/libempathy/empathy-utils.c
+++ b/libempathy/empathy-utils.c
@@ -384,6 +384,6 @@ gint
empathy_uint_compare (gconstpointer a,
gconstpointer b)
{
- return *(guint*) a - *(guint*) b;
+ return *(guint *) a - *(guint *) b;
}