From: Felipe Pena Date: Mon, 18 Nov 2013 01:05:14 +0000 (-0200) Subject: - CS X-Git-Tag: php-5.6.0alpha1~110^2~248^2~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=66494ad94e089b53ed292a5b69a6772ecd00b9ac;p=php - CS --- diff --git a/phpdbg_prompt.c b/phpdbg_prompt.c index 675ea5ca6b..e4451c5179 100644 --- a/phpdbg_prompt.c +++ b/phpdbg_prompt.c @@ -858,8 +858,7 @@ void phpdbg_clean(zend_bool full TSRMLS_DC) /* {{{ */ PHPDBG_G(ops) = NULL; } - if (full) - { + if (full) { PHPDBG_G(flags) |= PHPDBG_IS_CLEANING; zend_bailout();