slight bugfix
[libfirm] / ir / be / beuses_t.h
index b74a1d5..369bf1d 100644 (file)
@@ -19,7 +19,7 @@
  * An association between a node and a point in time.
  */
 struct _loc_t {
-  ir_node *irn;  /**< A node. */
+  ir_node *irn;        /**< A node. */
   unsigned time;       /**< A time. */
 };