sniper          Mon Jun 20 03:04:08 2005 EDT

  Modified files:              
    /php-src/main       main.c 
  Log:
  - No extra spaces before #ifndef
  
http://cvs.php.net/diff.php/php-src/main/main.c?r1=1.632&r2=1.633&ty=u
Index: php-src/main/main.c
diff -u php-src/main/main.c:1.632 php-src/main/main.c:1.633
--- php-src/main/main.c:1.632   Fri Jun 17 05:39:21 2005
+++ php-src/main/main.c Mon Jun 20 03:04:07 2005
@@ -18,7 +18,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: main.c,v 1.632 2005/06/17 09:39:21 dmitry Exp $ */
+/* $Id: main.c,v 1.633 2005/06/20 07:04:07 sniper Exp $ */
 
 /* {{{ includes
  */
@@ -1010,7 +1010,7 @@
 
 /* {{{ php_request_startup
  */
- #ifndef APACHE_HOOKS
+#ifndef APACHE_HOOKS
 int php_request_startup(TSRMLS_D)
 {
        int retval = SUCCESS;

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to