summaryrefslogtreecommitdiff
path: root/sapi
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>2001-03-04 01:08:46 +0000
committerZeev Suraski <zeev@php.net>2001-03-04 01:08:46 +0000
commitce39c56c8ba80229063398d974d7998a1db95287 (patch)
tree6dcb697be36a07da2aeb2c3125d3f9312a8c9eaa /sapi
parent0cf7edb4a53b3580b0b87d2cdd18396c41c402e7 (diff)
downloadphp-git-ce39c56c8ba80229063398d974d7998a1db95287.tar.gz
whitespace fix
Diffstat (limited to 'sapi')
-rw-r--r--sapi/cgi/cgi_main.c4
1 files changed, 2 insertions, 2 deletions
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 ... */