Indentation.
authorChristoph Mallon <christoph.mallon@gmx.de>
Wed, 3 Dec 2008 11:28:37 +0000 (11:28 +0000)
committerChristoph Mallon <christoph.mallon@gmx.de>
Wed, 3 Dec 2008 11:28:37 +0000 (11:28 +0000)
[r24255]

ast2firm.c

index 4c013e7..a9aac9c 100644 (file)
@@ -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));
                }