* tree-ssa-loop-ivopts.c (determine_iv_costs): Fix formatting.
From-SVN: r118853
+2006-11-15 Bernd Schmidt <bernd.schmidt@analog.com>
+
+ * tree-ssa-loop-ivopts.c (determine_iv_costs): Fix formatting.
+
2006-11-15 Jakub Jelinek <jakub@redhat.com>
PR tree-optimization/29581
fprintf (dump_file, " %d\t%d\n", i, cand->cost);
}
-if (dump_file && (dump_flags & TDF_DETAILS))
- fprintf (dump_file, "\n");
+ if (dump_file && (dump_flags & TDF_DETAILS))
+ fprintf (dump_file, "\n");
}
/* Calculates cost for having SIZE induction variables. */