]> git.0d.be Git - empathy.git/commitdiff
Fix trailing whitespace
authorCosimo Cecchi <cosimoc@gnome.org>
Wed, 27 May 2009 15:42:42 +0000 (17:42 +0200)
committerCosimo Cecchi <cosimoc@gnome.org>
Mon, 1 Jun 2009 15:55:33 +0000 (17:55 +0200)
libempathy/empathy-ft-handler.c
libempathy/empathy-utils.c

index 4372da6485658b11404882ce4db38704ac0d73a3..f7ba64fe3eee971cee4fe454c0b5860508cc6c43 100644 (file)
@@ -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);
     }
index 9bcd65683b41e75c9936332ed5487815bdb887b4..47746f536c00951abbc274fb82e8b6088773b713 100644 (file)
@@ -384,6 +384,6 @@ gint
 empathy_uint_compare (gconstpointer a,
                      gconstpointer b)
 {
-       return *(guint*) a - *(guint*) b;
+       return *(guint *) a - *(guint *) b;
 }