From ce39c56c8ba80229063398d974d7998a1db95287 Mon Sep 17 00:00:00 2001 From: Zeev Suraski Date: Sun, 4 Mar 2001 01:08:46 +0000 Subject: whitespace fix --- sapi/cgi/cgi_main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sapi') 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 ... */ -- cgit v1.2.1