From 58b17906f512866c2e34844fa497ecdf7f1e1e3d Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Mon, 3 Feb 2020 13:41:31 +0100 Subject: Apply tidy formatting Mostly reindent PHP scripts to spaces. --- main/php_variables.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main/php_variables.c') diff --git a/main/php_variables.c b/main/php_variables.c index 5f6f1e5a09..74fea2c848 100644 --- a/main/php_variables.c +++ b/main/php_variables.c @@ -573,7 +573,7 @@ void _php_import_environment_variables(zval *array_ptr) php_register_variable_quick(*env, name_len, &val, Z_ARRVAL_P(array_ptr)); } } - + tsrm_env_unlock(); } -- cgit v1.2.1