From 8465ea62a1813462ed4c6170ce74ba8407ef6455 Mon Sep 17 00:00:00 2001 From: Cosimo Cecchi Date: Wed, 27 May 2009 17:42:42 +0200 Subject: Fix trailing whitespace --- libempathy/empathy-ft-handler.c | 2 +- libempathy/empathy-utils.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'libempathy') 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; } -- cgit v1.2.3