From f8c87aa3ecfd665dbef85d80b7afa0ddbb1fbe61 Mon Sep 17 00:00:00 2001 From: Christoph Mallon Date: Mon, 6 Oct 2008 07:23:14 +0000 Subject: [PATCH] Space after if. [r22513] --- heuristical.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/heuristical.c b/heuristical.c index 973dc0360..925b26ded 100644 --- a/heuristical.c +++ b/heuristical.c @@ -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); -- 2.20.1