From 3f69f1eb903bacefdf8fdba0d96cd235bf0b5858 Mon Sep 17 00:00:00 2001 From: Christoph Mallon Date: Wed, 3 Dec 2008 11:28:37 +0000 Subject: [PATCH] Indentation. [r24255] --- ast2firm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ast2firm.c b/ast2firm.c index 4c013e7..a9aac9c 100644 --- a/ast2firm.c +++ b/ast2firm.c @@ -2391,7 +2391,7 @@ static ir_node *create_lazy_op(const binary_expression_t *expression) assert(ekind == EXPR_BINARY_LOGICAL_AND || ekind == EXPR_BINARY_LOGICAL_OR); if ((ekind == EXPR_BINARY_LOGICAL_AND && val != 0) || (ekind == EXPR_BINARY_LOGICAL_OR && val == 0)) { - return produce_condition_result(expression->right, mode, dbgi); + return produce_condition_result(expression->right, mode, dbgi); } else { return new_Const(get_mode_one(mode)); } -- 2.20.1