[empathy] empathy-new-chatroom-dialog: remove trailing spaces



commit bd67eb33a5714ec6f0bb52f06121cd812e49225d
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Fri May 15 15:34:24 2009 +0100

    empathy-new-chatroom-dialog: remove trailing spaces
---
 src/empathy-new-chatroom-dialog.c |    4 ++--
 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 67f870f..257ff69 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 ae8b238..3f99daa 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>
  */



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]