From 2ef61d1bea1168bfd05d7bda7d7c78c0c126b177 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Fri, 15 May 2009 23:52:29 +0000 Subject: [PATCH] - removed useless space [r25985] --- include/libfirm/ircons.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/libfirm/ircons.h b/include/libfirm/ircons.h index 218284d27..2ffb8203f 100644 --- a/include/libfirm/ircons.h +++ b/include/libfirm/ircons.h @@ -2799,7 +2799,7 @@ ir_node *new_r_CallBegin(ir_graph *irg, ir_node *block, ir_node *ptr, ir_node *c * @param *irg The IR graph the node belong to. * @param *block The block the node belong to. */ -ir_node *new_r_EndReg (ir_graph *irg, ir_node *block); +ir_node *new_r_EndReg(ir_graph *irg, ir_node *block); /** Constructor for a EndExcept node. * -- 2.20.1