[empathy] empathy-import-dialog: remove trailing spaces



commit 9270aede750d4994fea91ce9a02e74325ee5d963
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Fri May 15 15:33:45 2009 +0100

    empathy-import-dialog: remove trailing spaces
---
 src/empathy-import-dialog.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/empathy-import-dialog.c b/src/empathy-import-dialog.c
index c7c321f..da54117 100644
--- a/src/empathy-import-dialog.c
+++ b/src/empathy-import-dialog.c
@@ -396,10 +396,10 @@ empathy_import_dialog_show (GtkWindow *parent,
 
       return;
     }
-  
+
   /* We have accounts, let's display the window with them */
   dialog = g_slice_new0 (EmpathyImportDialog);
-  dialog->accounts = accounts;  
+  dialog->accounts = accounts;
 
   filename = empathy_file_lookup ("empathy-import-dialog.ui", "src");
   gui = empathy_builder_get_file (filename,



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