From: Zeev Suraski Date: Sun, 4 Mar 2001 01:08:46 +0000 (+0000) Subject: whitespace fix X-Git-Tag: php-4.0.5RC1~97 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ce39c56c8ba80229063398d974d7998a1db95287;p=php whitespace fix --- diff --git a/sapi/cgi/cgi_main.c b/sapi/cgi/cgi_main.c index 1423c387e4..0c268c866c 100644 --- a/sapi/cgi/cgi_main.c +++ b/sapi/cgi/cgi_main.c @@ -585,8 +585,8 @@ any .htaccess restrictions anywhere on your site you can leave doc_root undefine php_printf("\n[Zend Modules]\n"); zend_llist_apply_with_argument(&zend_extensions, (void (*)(void *, void *)) _print_module_info, NULL); php_printf("\n"); - php_end_ob_buffers(1); - exit(1); + php_end_ob_buffers(1); + exit(1); break; #if 0 /* not yet operational, see also below ... */