[gnome-keyring/gck-work] [gck] Fix some indentation



commit 59b779c9e9a7a3243b75b350b3467284fe4c9100
Author: Stef Walter <stef memberwebs com>
Date:   Fri Jul 30 12:59:11 2010 +0200

    [gck] Fix some indentation

 gck/gck.h |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/gck/gck.h b/gck/gck.h
index 3f060da..76905eb 100644
--- a/gck/gck.h
+++ b/gck/gck.h
@@ -282,20 +282,20 @@ struct _GckModuleClass {
 	gpointer reserved[8];
 };
 
-GType                 gck_module_get_type                    (void) G_GNUC_CONST;
+GType                 gck_module_get_type                     (void) G_GNUC_CONST;
 
-GckModule*           gck_module_new                         (CK_FUNCTION_LIST_PTR funcs);
+GckModule*            gck_module_new                          (CK_FUNCTION_LIST_PTR funcs);
 
-GckModule*           gck_module_initialize                  (const gchar *path,
+GckModule*            gck_module_initialize                   (const gchar *path,
                                                                gpointer reserved,
                                                                GError **err);
 
-gboolean              gck_module_equal                       (gconstpointer module1,
+gboolean              gck_module_equal                        (gconstpointer module1,
                                                                gconstpointer module2);
 
-guint                 gck_module_hash                        (gconstpointer module);
+guint                 gck_module_hash                         (gconstpointer module);
 
-const gchar*          gck_module_get_path                    (GckModule *self);
+const gchar*          gck_module_get_path                     (GckModule *self);
 
 CK_FUNCTION_LIST_PTR  gck_module_get_functions                (GckModule *self);
 



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