diff options
author | Nikita Popov <nikita.ppv@gmail.com> | 2020-02-03 13:41:31 +0100 |
---|---|---|
committer | Nikita Popov <nikita.ppv@gmail.com> | 2020-02-03 13:41:31 +0100 |
commit | 58b17906f512866c2e34844fa497ecdf7f1e1e3d (patch) | |
tree | fcfa56bc040ec99990610dba890b72ef4d560663 /main/php_variables.c | |
parent | 4fd63185803aad42790c0ac38c144b346e283009 (diff) | |
download | php-git-58b17906f512866c2e34844fa497ecdf7f1e1e3d.tar.gz |
Apply tidy formatting
Mostly reindent PHP scripts to spaces.
Diffstat (limited to 'main/php_variables.c')
-rw-r--r-- | main/php_variables.c | 2 |
1 files changed, 1 insertions, 1 deletions
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(); } |