aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-ui-utils.c
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@src.gnome.org>2009-01-31 01:08:01 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2009-01-31 01:08:01 +0800
commitc23031cdb33273d6396657f93d5daa064b7d7cac (patch)
treec4d489a9c94e7f3eb1fc90b034fdc22055100e2b /libempathy-gtk/empathy-ui-utils.c
parent734c8e69e29f782cf5217d73ea342fd80669c470 (diff)
downloadgsoc2013-empathy-c23031cdb33273d6396657f93d5daa064b7d7cac.tar
gsoc2013-empathy-c23031cdb33273d6396657f93d5daa064b7d7cac.tar.gz
gsoc2013-empathy-c23031cdb33273d6396657f93d5daa064b7d7cac.tar.bz2
gsoc2013-empathy-c23031cdb33273d6396657f93d5daa064b7d7cac.tar.lz
gsoc2013-empathy-c23031cdb33273d6396657f93d5daa064b7d7cac.tar.xz
gsoc2013-empathy-c23031cdb33273d6396657f93d5daa064b7d7cac.tar.zst
gsoc2013-empathy-c23031cdb33273d6396657f93d5daa064b7d7cac.zip
Fix coding style.
svn path=/trunk/; revision=2293
Diffstat (limited to 'libempathy-gtk/empathy-ui-utils.c')
-rw-r--r--libempathy-gtk/empathy-ui-utils.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/libempathy-gtk/empathy-ui-utils.c b/libempathy-gtk/empathy-ui-utils.c
index 23f7f1311..d7d314082 100644
--- a/libempathy-gtk/empathy-ui-utils.c
+++ b/libempathy-gtk/empathy-ui-utils.c
@@ -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;