[seahorse] Fix white space errors



commit 51f876027692b0473376f2b577bee815e0387f91
Author: Adam Schreiber <sadam gnome org>
Date:   Wed May 13 13:30:40 2009 -0400

    Fix white space errors
---
 libcryptui/cryptui-key-list.c |    2 +-
 libcryptui/cryptui-key-list.h |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/libcryptui/cryptui-key-list.c b/libcryptui/cryptui-key-list.c
index 7bf7b45..dca94fc 100644
--- a/libcryptui/cryptui-key-list.c
+++ b/libcryptui/cryptui-key-list.c
@@ -210,7 +210,7 @@ cryptui_key_list_have_selected_keys (GtkTreeView *list)
  *
  * Gets the kyes selected in the list
  *
- * Returns: a list of selected keys 
+ * Returns: a list of selected keys
  */
 GList*
 cryptui_key_list_get_selected_keys (GtkTreeView *list)
diff --git a/libcryptui/cryptui-key-list.h b/libcryptui/cryptui-key-list.h
index 6a23456..d70021a 100644
--- a/libcryptui/cryptui-key-list.h
+++ b/libcryptui/cryptui-key-list.h
@@ -53,7 +53,7 @@ gboolean          cryptui_key_list_have_selected_keys   (GtkTreeView *list);
 
 GList*            cryptui_key_list_get_selected_keys    (GtkTreeView *list);
 
-void              cryptui_key_list_set_selected_keys    (GtkTreeView *list, 
+void              cryptui_key_list_set_selected_keys    (GtkTreeView *list,
                                                          GList *keys);
 
 const gchar*      cryptui_key_list_get_selected_key     (GtkTreeView *list);



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