Skip to content

Commit aff3658

Browse files
committedJun 29, 2021
Fixed some spaces used instead of tabs
1 parent a233bfc commit aff3658

File tree

157 files changed

+1026
-1029
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

157 files changed

+1026
-1029
lines changed
 

‎TSRM/TSRM.c

+3-3
Original file line numberDiff line numberDiff line change
@@ -229,11 +229,11 @@ TSRM_API void tsrm_shutdown(void)
229229
/* {{{ */
230230
/* environ lock api */
231231
TSRM_API void tsrm_env_lock(void) {
232-
tsrm_mutex_lock(tsrm_env_mutex);
232+
tsrm_mutex_lock(tsrm_env_mutex);
233233
}
234234

235235
TSRM_API void tsrm_env_unlock(void) {
236-
tsrm_mutex_unlock(tsrm_env_mutex);
236+
tsrm_mutex_unlock(tsrm_env_mutex);
237237
} /* }}} */
238238

239239
/* enlarge the arrays for the already active threads */
@@ -768,7 +768,7 @@ TSRM_API uint8_t tsrm_is_main_thread(void)
768768

769769
TSRM_API uint8_t tsrm_is_shutdown(void)
770770
{/*{{{*/
771-
return is_thread_shutdown;
771+
return is_thread_shutdown;
772772
}/*}}}*/
773773

774774
TSRM_API const char *tsrm_api_name(void)

‎Zend/Optimizer/escape_analysis.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ static int is_allocation_def(zend_op_array *op_array, zend_ssa *ssa, int def, in
188188
}
189189
break;
190190
}
191-
} else if (ssa_op->op1_def == var) {
191+
} else if (ssa_op->op1_def == var) {
192192
switch (opline->opcode) {
193193
case ZEND_ASSIGN:
194194
if (opline->op2_type == IS_CONST
@@ -208,7 +208,7 @@ static int is_allocation_def(zend_op_array *op_array, zend_ssa *ssa, int def, in
208208
}
209209
}
210210

211-
return 0;
211+
return 0;
212212
}
213213
/* }}} */
214214

0 commit comments

Comments
 (0)
Failed to load comments.