From: foobar Date: Mon, 20 Jun 2005 07:04:07 +0000 (+0000) Subject: - No extra spaces before #ifndef X-Git-Tag: php-5.1.0b2~59 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a6c73249796c847bf4b933711022569dd6c516b9;p=php - No extra spaces before #ifndef --- diff --git a/main/main.c b/main/main.c index ff632841d7..882453414f 100644 --- a/main/main.c +++ b/main/main.c @@ -1010,7 +1010,7 @@ static int php_start_sapi(TSRMLS_D) /* {{{ php_request_startup */ - #ifndef APACHE_HOOKS +#ifndef APACHE_HOOKS int php_request_startup(TSRMLS_D) { int retval = SUCCESS;