1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Apply tidy formatting

Mostly reindent PHP scripts to spaces.
This commit is contained in:
Nikita Popov
2020-02-03 13:41:31 +01:00
parent 4fd6318580
commit 58b17906f5
47 changed files with 6942 additions and 6942 deletions

View File

@@ -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();
}