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-utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libempathy/empathy-utils.c') 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