Indentation.
authorChristoph Mallon <christoph.mallon@gmx.de>
Thu, 18 Dec 2008 11:09:08 +0000 (11:09 +0000)
committerChristoph Mallon <christoph.mallon@gmx.de>
Thu, 18 Dec 2008 11:09:08 +0000 (11:09 +0000)
[r24775]

ast2firm.c

index dc27835..f4b569e 100644 (file)
@@ -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);