From 2ac4147ef7a6d393bd3df98a1fd1765c30a844b5 Mon Sep 17 00:00:00 2001 From: Christoph Mallon Date: Thu, 18 Dec 2008 11:09:08 +0000 Subject: [PATCH] Indentation. [r24775] --- ast2firm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ast2firm.c b/ast2firm.c index dc27835..f4b569e 100644 --- a/ast2firm.c +++ b/ast2firm.c @@ -1645,7 +1645,7 @@ static ir_node *process_builtin_call(const call_expression_t *call) } case T___builtin_va_end: /* evaluate the argument of va_end for its side effects */ - _expression_to_firm(call->arguments->expression); + _expression_to_firm(call->arguments->expression); return NULL; case T___builtin_frame_address: { long val = fold_constant(call->arguments->expression); -- 2.20.1