From: Christoph Mallon Date: Wed, 3 Dec 2008 11:28:37 +0000 (+0000) Subject: Indentation. X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=3f69f1eb903bacefdf8fdba0d96cd235bf0b5858;p=cparser Indentation. [r24255] --- 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)); }