[gobject-introspection] [info] Fix-up prototype indentation



commit 7ac31e2f6dc88d083aac1bf06acb57d3265f6220
Author: Johan Dahlin <johan gnome org>
Date:   Sun May 30 21:55:45 2010 -0300

    [info] Fix-up prototype indentation

 girepository/ginfo.c |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/girepository/ginfo.c b/girepository/ginfo.c
index cad4635..0d2c0e5 100644
--- a/girepository/ginfo.c
+++ b/girepository/ginfo.c
@@ -550,10 +550,10 @@ find_first_attribute (GIRealInfo *rinfo)
  * Returns: %TRUE if there are more attributes
  */
 gboolean
-g_base_info_iterate_attributes (GIBaseInfo       *info,
-                                 GIAttributeIter *iterator,
-                                 gchar           **name,
-                                 gchar           **value)
+g_base_info_iterate_attributes (GIBaseInfo      *info,
+                                GIAttributeIter *iterator,
+                                gchar           **name,
+                                gchar           **value)
 {
   GIRealInfo *rinfo = (GIRealInfo *)info;
   Header *header = (Header *)rinfo->typelib->data;
@@ -1283,7 +1283,7 @@ g_arg_info_get_type (GIArgInfo *info)
  * The initialized @type must not be referenced after @info is deallocated.
  */
 void
-g_arg_info_load_type (GIArgInfo *info,
+g_arg_info_load_type (GIArgInfo  *info,
                       GITypeInfo *type)
 {
   GIRealInfo *rinfo = (GIRealInfo*) info;
@@ -1385,7 +1385,7 @@ g_type_info_get_tag (GITypeInfo *info)
  */
 GITypeInfo *
 g_type_info_get_param_type (GITypeInfo *info,
-                            gint       n)
+                            gint        n)
 {
   GIRealInfo *rinfo = (GIRealInfo *)info;
   SimpleTypeBlob *type;



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