gobject-introspection r144 - in trunk: . tools



Author: johan
Date: Tue Mar 11 08:59:16 2008
New Revision: 144
URL: http://svn.gnome.org/viewvc/gobject-introspection?rev=144&view=rev

Log:
2008-03-11  Johan Dahlin  <johan gnome org>

	* tools/compiler.c (main): Coding style fixes



Modified:
   trunk/ChangeLog
   trunk/tools/compiler.c

Modified: trunk/tools/compiler.c
==============================================================================
--- trunk/tools/compiler.c	(original)
+++ trunk/tools/compiler.c	Tue Mar 11 08:59:16 2008
@@ -150,20 +150,20 @@
        * A method of finding out if an external reference is
        * needed
        */
-      for (c=module->entries; c; c = c->next)
+      for (c = module->entries; c; c = c->next)
         {
           GIdlNode *node = (GIdlNode*) c->data;
 
-          g_idl_compiler_add_entry(ctx, node);
+          g_idl_compiler_add_entry (ctx, node);
         }
 
-      for (c=module->entries; c; c = c->next)
+      for (c = module->entries; c; c = c->next)
         {
           GIdlNode *node = (GIdlNode*) c->data;
 
-          entry_id = g_idl_compiler_get_entry_id(ctx, node->name);
+          entry_id = g_idl_compiler_get_entry_id (ctx, node->name);
 
-          g_idl_compiler_write_node(node, entry_id, ctx);
+          g_idl_compiler_write_node (node, entry_id, ctx);
         }
 
       if (output == NULL)
@@ -190,9 +190,9 @@
          g_free (filename);
        }
 
-      g_idl_compiler_context_finalize(ctx, file, module->shared_library, &err);
+      g_idl_compiler_context_finalize (ctx, file, module->shared_library, &err);
 
-      g_idl_compiler_context_destroy(ctx);
+      g_idl_compiler_context_destroy (ctx);
 
       /* when writing to stdout, stop after the first module */
       if (m->next && !output && !mname)



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