]> git.0d.be Git - empathy.git/commitdiff
Fix coding style.
authorXavier Claessens <xclaesse@src.gnome.org>
Fri, 30 Jan 2009 17:08:01 +0000 (17:08 +0000)
committerXavier Claessens <xclaesse@src.gnome.org>
Fri, 30 Jan 2009 17:08:01 +0000 (17:08 +0000)
svn path=/trunk/; revision=2293

libempathy-gtk/empathy-ui-utils.c

index 23f7f13111ff96b2910e63b9d8bfd3f55727bf54..d7d314082d08c977ab4ed319aed5a6f067295705 100644 (file)
@@ -572,10 +572,10 @@ empathy_pixbuf_from_icon_name_sized (const gchar *icon_name,
 
 GdkPixbuf *
 empathy_pixbuf_from_icon_name (const gchar *icon_name,
-                             GtkIconSize  icon_size)
+                              GtkIconSize  icon_size)
 {
-       gint           w, h;
-       gint           size = 48;
+       gint  w, h;
+       gint  size = 48;
 
        if (!icon_name) {
                return NULL;