[seahorse] Fix whitespace errors



commit 3c39bec3bff25ac0e8b449044c1454924cc83b83
Author: Adam Schreiber <sadam gnome org>
Date:   Wed May 13 13:54:46 2009 -0400

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

diff --git a/libcryptui/cryptui-key-chooser.h b/libcryptui/cryptui-key-chooser.h
index 0d03b77..264ec1c 100644
--- a/libcryptui/cryptui-key-chooser.h
+++ b/libcryptui/cryptui-key-chooser.h
@@ -83,6 +83,6 @@ const gchar*        cryptui_key_chooser_get_signer          (CryptUIKeyChooser *
 void                cryptui_key_chooser_set_signer          (CryptUIKeyChooser *chooser,
                                                              const gchar *key);
 
-CryptUIKeyChooserMode 
+CryptUIKeyChooserMode
                     cryptui_key_chooser_get_mode            (CryptUIKeyChooser *chooser);
 #endif /* __CRYPTUI_KEY_CHOOSER_H__ */
diff --git a/libcryptui/cryptui-key-list.h b/libcryptui/cryptui-key-list.h
index d70021a..b511a64 100644
--- a/libcryptui/cryptui-key-list.h
+++ b/libcryptui/cryptui-key-list.h
@@ -58,7 +58,7 @@ void              cryptui_key_list_set_selected_keys    (GtkTreeView *list,
 
 const gchar*      cryptui_key_list_get_selected_key     (GtkTreeView *list);
 
-void              cryptui_key_list_set_selected_key     (GtkTreeView *list, 
+void              cryptui_key_list_set_selected_key     (GtkTreeView *list,
                                                          const gchar *key);
 
 #endif /* __CRYPTUI_KEY_LIST_H__ */
diff --git a/libcryptui/cryptui.c b/libcryptui/cryptui.c
index 8136ffb..4978de9 100644
--- a/libcryptui/cryptui.c
+++ b/libcryptui/cryptui.c
@@ -402,7 +402,7 @@ _cryptui_gconf_set_string (const char *key, const char *string_value)
  * @key: a gconf key/path
  * @notification_callback: function to be called by the notification
  * @callback_data: data to be passed to the callback function
- * 
+ *
  * A private library convenience function that creates a gconf notification
  * on a specified gconf key.
  *



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