fixed indent
authorChristian Würdig <chriswue@ipd.info.uni-karlsruhe.de>
Tue, 15 Aug 2006 14:20:33 +0000 (14:20 +0000)
committerChristian Würdig <chriswue@ipd.info.uni-karlsruhe.de>
Tue, 15 Aug 2006 14:20:33 +0000 (14:20 +0000)
ir/be/besched_t.h

index d218df9..86c7985 100644 (file)
@@ -25,8 +25,7 @@ typedef struct _sched_info_t {
        struct list_head list;         /**< The list head to list the nodes in a schedule. */
        sched_timestep_t time_step;    /**< If a is after b in a schedule, its time step is
                                         larger than b's. */
-
-  int scheduled : 1;             /**< 1, if the node is in the schedule of the block, 0 else. */
+       int scheduled : 1;             /**< 1, if the node is in the schedule of the block, 0 else. */
 } sched_info_t;
 
 #define _sched_entry(list_head) (list_entry(list_head, sched_info_t, list))