From 1dfc220753c63c68b290d02dbc55df5ef0acb3a6 Mon Sep 17 00:00:00 2001 From: Jani Taskinen Date: Thu, 1 Nov 2007 22:31:39 +0000 Subject: [PATCH] - CPP macros are supposed to start at column 1 (# at least) --- ext/spl/php_spl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.50.1