aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'libempathy/empathy-utils.c')
-rw-r--r--libempathy/empathy-utils.c2
1 files changed, 1 insertions, 1 deletions
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;
}