From 3e4d82438142a1df61a5451a2de3eff5c28c8e1f Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Wed, 20 Feb 2008 13:05:56 +0000 Subject: [PATCH] indentation changed [r17803] --- ir/ir/iropt_t.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/ir/ir/iropt_t.h b/ir/ir/iropt_t.h index b1998a562..450261be2 100644 --- a/ir/ir/iropt_t.h +++ b/ir/ir/iropt_t.h @@ -54,12 +54,12 @@ pset *new_identities(void); * * @param value_table the identity set */ -void del_identities(pset *value_table); +void del_identities(pset *value_table); /** * Add a node to the identities value table. */ -void add_identities(pset *value_table, ir_node *node); +void add_identities(pset *value_table, ir_node *node); /** * Compare function for two nodes in the hash table. Gets two @@ -86,10 +86,10 @@ ir_node *optimize_in_place_2(ir_node *n); */ static INLINE tarval * value_of(ir_node *n) { - if ((n != NULL) && (get_irn_op(n) == op_Const)) - return get_Const_tarval(n); /* might return tarval_bad */ - else - return tarval_bad; + if ((n != NULL) && (get_irn_op(n) == op_Const)) + return get_Const_tarval(n); /* might return tarval_bad */ + else + return tarval_bad; } /** -- 2.20.1