diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-05-15 22:34:24 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-05-15 22:35:52 +0800 |
commit | bd67eb33a5714ec6f0bb52f06121cd812e49225d (patch) | |
tree | d44d1ad6eab4c7d0880740e3c191b8527632ed39 /src | |
parent | 5ff364c2645ecd4aed79340455f1247fe0f37838 (diff) | |
download | gsoc2013-empathy-bd67eb33a5714ec6f0bb52f06121cd812e49225d.tar gsoc2013-empathy-bd67eb33a5714ec6f0bb52f06121cd812e49225d.tar.gz gsoc2013-empathy-bd67eb33a5714ec6f0bb52f06121cd812e49225d.tar.bz2 gsoc2013-empathy-bd67eb33a5714ec6f0bb52f06121cd812e49225d.tar.lz gsoc2013-empathy-bd67eb33a5714ec6f0bb52f06121cd812e49225d.tar.xz gsoc2013-empathy-bd67eb33a5714ec6f0bb52f06121cd812e49225d.tar.zst gsoc2013-empathy-bd67eb33a5714ec6f0bb52f06121cd812e49225d.zip |
empathy-new-chatroom-dialog: remove trailing spaces
Diffstat (limited to 'src')
-rw-r--r-- | src/empathy-new-chatroom-dialog.c | 4 | ||||
-rw-r--r-- | src/empathy-new-chatroom-dialog.h | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/empathy-new-chatroom-dialog.c b/src/empathy-new-chatroom-dialog.c index 67f870fbc..257ff69a1 100644 --- a/src/empathy-new-chatroom-dialog.c +++ b/src/empathy-new-chatroom-dialog.c @@ -17,7 +17,7 @@ * License along with this program; if not, write to the * Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Boston, MA 02111-1307, USA. - * + * * Authors: Martyn Russell <martyn@imendio.com> * Xavier Claessens <xclaesse@gmail.com> */ @@ -228,7 +228,7 @@ new_chatroom_dialog_destroy_cb (GtkWidget *widget, if (dialog->room_list) { g_object_unref (dialog->room_list); } - g_object_unref (dialog->model); + g_object_unref (dialog->model); g_free (dialog); } diff --git a/src/empathy-new-chatroom-dialog.h b/src/empathy-new-chatroom-dialog.h index ae8b2385e..3f99daa84 100644 --- a/src/empathy-new-chatroom-dialog.h +++ b/src/empathy-new-chatroom-dialog.h @@ -17,7 +17,7 @@ * License along with this program; if not, write to the * Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Boston, MA 02111-1307, USA. - * + * * Authors: Martyn Russell <martyn@imendio.com> * Xavier Claessens <xclaesse@gmail.com> */ |