Space after if.
authorChristoph Mallon <christoph.mallon@gmx.de>
Mon, 6 Oct 2008 07:23:14 +0000 (07:23 +0000)
committerChristoph Mallon <christoph.mallon@gmx.de>
Mon, 6 Oct 2008 07:23:14 +0000 (07:23 +0000)
[r22513]

heuristical.c

index 973dc03..925b26d 100644 (file)
@@ -219,7 +219,7 @@ static void simplify_edge(pbqp *pbqp, pbqp_edge *edge)
        assert(src_node);
        assert(tgt_node);
 
-       if(pbqp->dump_file) {
+       if (pbqp->dump_file) {
                char txt[100];
                sprintf(txt, "Simplification of Edge n%d-n%d", src_node->index, tgt_node->index);
                dump_section(pbqp->dump_file, 3, txt);