From 62a070ee2aedb1bfbe1645dbd49ea755d9294c71 Mon Sep 17 00:00:00 2001 From: Sebastian Buchwald Date: Wed, 21 Dec 2011 14:12:37 +0100 Subject: [PATCH] Fixed indentation. --- ir/ir/irtypes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */ -- 2.20.1