Set svn:keywords property.
[libfirm] / ir / tr / typewalk.c
index ae88d06..7466b6e 100644 (file)
@@ -430,11 +430,9 @@ void type_walk_super2sub(type_walk_func *pre,
 
 /*****************************************************************************/
 
-static void
-type_walk_super_2(type_or_ent tore,
-                  type_walk_func *pre,
-                  type_walk_func *post,
-                  void *env) {
+static void type_walk_super_2(type_or_ent tore, type_walk_func *pre,
+                              type_walk_func *post, void *env)
+{
        type_or_ent cont;
        int         i, n;
 
@@ -499,9 +497,8 @@ type_walk_super_2(type_or_ent tore,
        }
 }
 
-void type_walk_super(type_walk_func *pre,
-                     type_walk_func *post,
-                     void *env) {
+void type_walk_super(type_walk_func *pre, type_walk_func *post, void *env)
+{
        int         i, n_types = get_irp_n_types();
        type_or_ent cont;
 
@@ -519,11 +516,8 @@ void type_walk_super(type_walk_func *pre,
 /*****************************************************************************/
 
 
-static void
-class_walk_s2s_2(ir_type *tp,
-                 class_walk_func *pre,
-                 class_walk_func *post,
-                 void *env)
+static void class_walk_s2s_2(ir_type *tp, class_walk_func *pre,
+                             class_walk_func *post, void *env)
 {
        int i, n;