fix trailing whitespaces and tabulators in the middle of a line
[libfirm] / ir / be / bedomfront.c
index d5a3abe..7462eb9 100644 (file)
@@ -40,7 +40,7 @@
 /**
  * The dominance frontier for a graph.
  */
-struct _be_dom_front_info_t {
+struct be_dom_front_info_t {
        pmap *df_map;         /**< A map, mapping every block to a list of its dominance frontier blocks. */
        struct obstack obst;  /**< An obstack holding all the frontier data. */
 };