Skip to content

Commit b5a1f30

Browse files
committed
fix indention
1 parent 6eee0cf commit b5a1f30

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Zend/zend_max_execution_timer.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ ZEND_API void zend_max_execution_timer_init(void) /* {{{ */
4545

4646
// Now check to see if a we've already set a signal handler
4747
if(is_handler_set) {
48-
# ifdef MAX_EXECUTION_TIMERS_DEBUG
48+
# ifdef MAX_EXECUTION_TIMERS_DEBUG
4949
fprintf(stderr, "A max execution timer was already configured and will not be configured again on thread %d\n", sev.sigev_notify_thread_id);
50-
# endif
50+
# endif
5151
return;
5252
}
5353

@@ -58,9 +58,9 @@ ZEND_API void zend_max_execution_timer_init(void) /* {{{ */
5858

5959
EG(pid) = getpid();
6060

61-
# ifdef MAX_EXECUTION_TIMERS_DEBUG
61+
# ifdef MAX_EXECUTION_TIMERS_DEBUG
6262
fprintf(stderr, "Timer %#jx created on thread %d\n", (uintmax_t) EG(max_execution_timer_timer), sev.sigev_notify_thread_id);
63-
# endif
63+
# endif
6464

6565
sigaction(sev.sigev_signo, NULL, &EG(oldact));
6666
is_handler_set = true;

0 commit comments

Comments
 (0)