Fixed indentation.
authorSebastian Buchwald <Sebastian.Buchwald@kit.edu>
Wed, 21 Dec 2011 13:12:37 +0000 (14:12 +0100)
committerSebastian Buchwald <Sebastian.Buchwald@kit.edu>
Wed, 21 Dec 2011 13:12:37 +0000 (14:12 +0100)
ir/ir/irtypes.h

index b17c1c1..d7eecb7 100644 (file)
@@ -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. */