From: Jani Taskinen Date: Thu, 1 Nov 2007 22:31:39 +0000 (+0000) Subject: - CPP macros are supposed to start at column 1 (# at least) X-Git-Tag: RELEASE_2_0_0a1~1500 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1dfc220753c63c68b290d02dbc55df5ef0acb3a6;p=php - CPP macros are supposed to start at column 1 (# at least) --- diff --git a/ext/spl/php_spl.c b/ext/spl/php_spl.c index 5578faaeb9..f83518e3e3 100755 --- a/ext/spl/php_spl.c +++ b/ext/spl/php_spl.c @@ -19,7 +19,7 @@ /* $Id$ */ #ifdef HAVE_CONFIG_H - #include "config.h" +#include "config.h" #endif #include "php.h"