mirror of
https://github.com/php/php-src.git
synced 2024-11-25 02:44:58 +08:00
Whitespace
This commit is contained in:
parent
79a58abbbf
commit
f069be85bf
@ -923,7 +923,7 @@ static void php_message_handler_for_zend(long message, void *data)
|
||||
case ZMSG_MEMORY_LEAK_DETECTED:
|
||||
case ZMSG_MEMORY_LEAK_REPEATED:
|
||||
#if ZEND_DEBUG
|
||||
if ((EG(error_reporting)&E_WARNING) && PG(report_memleaks)) {
|
||||
if ((EG(error_reporting) & E_WARNING) && PG(report_memleaks)) {
|
||||
char memory_leak_buf[512];
|
||||
|
||||
if (message==ZMSG_MEMORY_LEAK_DETECTED) {
|
||||
|
Loading…
Reference in New Issue
Block a user