[model/wip/api-redesign] Fix argument alignments in the model-implementation header file



commit f3d3b18aaf5150bdb1ba46c514539b3844e5d953
Author: Alberto Ruiz <aruiz gnome org>
Date:   Sun Oct 28 02:41:56 2012 +0200

    Fix argument alignments in the model-implementation header file

 model/model-implementation.h |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)
---
diff --git a/model/model-implementation.h b/model/model-implementation.h
index d8316bf..e29b455 100644
--- a/model/model-implementation.h
+++ b/model/model-implementation.h
@@ -42,17 +42,16 @@ ModelSimpleList *       model_simple_list_new                           (void);
 void                    model_simple_list_splice                        (ModelSimpleList         *list,
                                                                          gulong                   position,
                                                                          gulong                   n_removes,
-                                                                         GObject * const     *inserts,
+                                                                         GObject * const         *inserts,
                                                                          gulong                   n_inserts,
                                                                          gboolean                 more);
 void                    model_simple_list_remove                        (ModelSimpleList         *list,
                                                                          gulong                   position);
 void                    model_simple_list_insert                        (ModelSimpleList         *list,
                                                                          gulong                   position,
-                                                                         GObject             *value);
+                                                                         GObject                 *value);
 void                    model_simple_list_append                        (ModelSimpleList         *list,
-                                                                         GObject             *value);
-
+                                                                         GObject                 *value);
 
 
 #define MODEL_TYPE_ABSTRACT_SORTED_LIST                     model_abstract_sorted_list_get_type ()



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