]> granicus.if.org Git - php/commitdiff
- Fix whitespace
authorAndi Gutmans <andi@php.net>
Fri, 16 Aug 2002 07:11:37 +0000 (07:11 +0000)
committerAndi Gutmans <andi@php.net>
Fri, 16 Aug 2002 07:11:37 +0000 (07:11 +0000)
Zend/zend.c

index 71468ae63fc8ee21567d562827f5da8a5b4e80cc..83dfe50ec6aafe7b4b52bb59dac2e28c4a9e3f1a 100644 (file)
@@ -870,7 +870,7 @@ ZEND_API int zend_execute_scripts(int type TSRMLS_DC, zval **retval, int file_co
                                        if (call_user_function_ex(CG(function_table), NULL, orig_user_exception_handler, &retval2, 1, params, 1, NULL TSRMLS_CC) == SUCCESS) {
                                                zval_ptr_dtor(&retval2);
                                        }
-                                        efree(params);
+                                       efree(params);
                                        zval_ptr_dtor(&EG(exception));
                                        EG(exception) = NULL;
                                } else {
@@ -878,10 +878,10 @@ ZEND_API int zend_execute_scripts(int type TSRMLS_DC, zval **retval, int file_co
                                        EG(exception) = NULL;
                                        zend_error(E_ERROR, "Uncaught exception!");
                                }
-                                if (!retval) {
-                                    zval_ptr_dtor(EG(return_value_ptr_ptr));
-                                    local_retval = NULL;
-                                }
+                               if (!retval) {
+                                       zval_ptr_dtor(EG(return_value_ptr_ptr));
+                                       local_retval = NULL;
+                               }
 #else
                                zval_ptr_dtor(&EG(exception));
                                zend_error(E_ERROR, "Uncaught exception!");