]> granicus.if.org Git - php/commitdiff
- No extra spaces before #ifndef
authorfoobar <sniper@php.net>
Mon, 20 Jun 2005 07:04:07 +0000 (07:04 +0000)
committerfoobar <sniper@php.net>
Mon, 20 Jun 2005 07:04:07 +0000 (07:04 +0000)
main/main.c

index ff632841d7dca5d35305d59633cdee23d57b489f..882453414fb1153209054059058f32f3fdb380c7 100644 (file)
@@ -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;