[evolution-kolab] EPlugin: whitespace fixups



commit f69fcbe5a82e94aa8a4ce103df6e07e3b40392fc
Author: Christian Hilberg <hilberg kernelconcepts de>
Date:   Mon Jun 4 21:57:41 2012 +0200

    EPlugin: whitespace fixups

 src/eplugin/e-kolab-plugin-ui.c   |    6 +++---
 src/eplugin/e-kolab-plugin-util.c |    2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/src/eplugin/e-kolab-plugin-ui.c b/src/eplugin/e-kolab-plugin-ui.c
index 327cc51..7319388 100644
--- a/src/eplugin/e-kolab-plugin-ui.c
+++ b/src/eplugin/e-kolab-plugin-ui.c
@@ -366,7 +366,7 @@ kolab_plugin_ui_selected_folder_name (GtkAction *action,
 	gchar *foldername = NULL;
 	gboolean is_kolab_account_node = FALSE;
 	gboolean is_kolab_folder_node = FALSE;
-	
+
 	g_assert (action != NULL);
 	g_assert (E_IS_SHELL_VIEW (shell_view));
 
@@ -381,7 +381,7 @@ kolab_plugin_ui_selected_folder_name (GtkAction *action,
 			g_free (foldername);
 		return NULL;
 	}
-	
+
 	return foldername;
 }
 
@@ -430,7 +430,7 @@ kolab_plugin_ui_action_kolab_properties_cb (GtkAction *action,
 
 	uidata->perm_ui_data = e_kolab_folder_permissions_ui_new ();
 	uidata->perm_ui_data->selected_folder = g_strdup (foldername);
-	
+
 	/* FIXME get account data here */
 	uidata->account = kolab_data_imap_account_new ();
 
diff --git a/src/eplugin/e-kolab-plugin-util.c b/src/eplugin/e-kolab-plugin-util.c
index d72cdca..3c20988 100644
--- a/src/eplugin/e-kolab-plugin-util.c
+++ b/src/eplugin/e-kolab-plugin-util.c
@@ -54,7 +54,7 @@ e_kolab_plugin_util_ui_selected_folder_widget (const gchar *foldername)
 	gchar *labeltext = NULL;
 
 	g_assert (foldername != NULL);
-	
+
 	label = gtk_label_new (NULL);
 	labeltext = g_strconcat ("<b>",
 	                         C_("Kolab Folder Properties",



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