From 492a619be3e1d6afcc0cb615b7855deb74f0832e Mon Sep 17 00:00:00 2001 From: Andi Gutmans Date: Sat, 10 Mar 2001 09:21:48 +0000 Subject: [PATCH] - Whitespace --- Zend/zend_execute.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Zend/zend_execute.c b/Zend/zend_execute.c index 5e02978937..23929bf286 100644 --- a/Zend/zend_execute.c +++ b/Zend/zend_execute.c @@ -1384,7 +1384,7 @@ binary_assign_op_addr: { if (opline->op1.op_type == IS_VAR) { SELECTIVE_PZVAL_LOCK(*Ts[opline->op1.u.var].var.ptr_ptr, &opline->op1); } - if (opline->op2.op_type==IS_VAR) { + if (opline->op2.op_type == IS_VAR) { PZVAL_LOCK(*Ts[opline->op2.u.var].var.ptr_ptr); } } -- 2.50.1