diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-05-11 19:17:30 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-05-11 19:17:30 +0800 |
commit | 9dff9efa4a2d03634a4f2186c05a7e42a886d619 (patch) | |
tree | ed54293ae34f5b878fa2168916d54d0b386041e0 /src | |
parent | ed2c1e4f8ba8918ed147a7933a8fb8205ae8c4d5 (diff) | |
download | gsoc2013-empathy-9dff9efa4a2d03634a4f2186c05a7e42a886d619.tar gsoc2013-empathy-9dff9efa4a2d03634a4f2186c05a7e42a886d619.tar.gz gsoc2013-empathy-9dff9efa4a2d03634a4f2186c05a7e42a886d619.tar.bz2 gsoc2013-empathy-9dff9efa4a2d03634a4f2186c05a7e42a886d619.tar.lz gsoc2013-empathy-9dff9efa4a2d03634a4f2186c05a7e42a886d619.tar.xz gsoc2013-empathy-9dff9efa4a2d03634a4f2186c05a7e42a886d619.tar.zst gsoc2013-empathy-9dff9efa4a2d03634a4f2186c05a7e42a886d619.zip |
coding style fix
Diffstat (limited to 'src')
-rw-r--r-- | src/empathy-new-chatroom-dialog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/empathy-new-chatroom-dialog.c b/src/empathy-new-chatroom-dialog.c index e8365184a..72505472c 100644 --- a/src/empathy-new-chatroom-dialog.c +++ b/src/empathy-new-chatroom-dialog.c @@ -158,7 +158,7 @@ new_chatroom_dialog_model_add_columns (EmpathyNewChatroomDialog *self) { GtkTreeView *view; GtkTreeViewColumn *column; - GtkCellRenderer*cell; + GtkCellRenderer *cell; gint width, height; gtk_icon_size_lookup (GTK_ICON_SIZE_MENU, &width, &height); |