From: Sebastian Buchwald Date: Wed, 21 Dec 2011 13:12:37 +0000 (+0100) Subject: Fixed indentation. X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=62a070ee2aedb1bfbe1645dbd49ea755d9294c71;p=libfirm Fixed indentation. --- diff --git a/ir/ir/irtypes.h b/ir/ir/irtypes.h index b17c1c123..d7eecb757 100644 --- a/ir/ir/irtypes.h +++ b/ir/ir/irtypes.h @@ -518,7 +518,7 @@ typedef struct ir_vrp_info { struct ir_graph { firm_kind kind; /**< Always set to k_ir_graph. */ /* -- Basics of the representation -- */ - unsigned last_node_idx; /**< The last IR node index for this graph. */ + unsigned last_node_idx; /**< The last IR node index for this graph. */ ir_entity *ent; /**< The entity of this procedure, i.e., the type of the procedure and the class it belongs to. */