From: Felipe Pena Date: Sun, 10 Nov 2013 22:04:22 +0000 (-0200) Subject: - Cosmetics X-Git-Tag: php-5.6.0alpha1~110^2~503^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8ffa4025fbbca506b15fb71ee12804e50cf7defb;p=php - Cosmetics --- diff --git a/phpdbg_prompt.c b/phpdbg_prompt.c index 2a2cf81a2b..a4812c0bd3 100644 --- a/phpdbg_prompt.c +++ b/phpdbg_prompt.c @@ -411,8 +411,7 @@ zend_vm_enter: execute_data TSRMLS_CC); if (PHPDBG_G(stepping)) { - while (phpdbg_interactive( - 0, NULL TSRMLS_CC) != PHPDBG_NEXT) { + while (phpdbg_interactive(0, NULL TSRMLS_CC) != PHPDBG_NEXT) { continue; } }