mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Fixed some spaces used instead of tabs
This commit is contained in:
parent
a233bfc766
commit
aff365871a
157 changed files with 1011 additions and 1014 deletions
|
@ -78,7 +78,7 @@ void zend_shared_alloc_create_lock(char *lockfile_path)
|
|||
int val;
|
||||
|
||||
#ifdef ZTS
|
||||
zts_lock = tsrm_mutex_alloc();
|
||||
zts_lock = tsrm_mutex_alloc();
|
||||
#endif
|
||||
|
||||
snprintf(lockfile_name, sizeof(lockfile_name), "%s/%sXXXXXX", lockfile_path, SEM_FILENAME_PREFIX);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue