]> granicus.if.org Git - php/commitdiff
- CPP macros are supposed to start at column 1 (# at least)
authorJani Taskinen <jani@php.net>
Thu, 1 Nov 2007 22:31:39 +0000 (22:31 +0000)
committerJani Taskinen <jani@php.net>
Thu, 1 Nov 2007 22:31:39 +0000 (22:31 +0000)
ext/spl/php_spl.c

index 5578faaeb95308da4814b642e503d38c1ba03527..f83518e3e3555a08627a9db2e3d7abb45201b695 100755 (executable)
@@ -19,7 +19,7 @@
 /* $Id$ */
 
 #ifdef HAVE_CONFIG_H
-       #include "config.h"
+#include "config.h"
 #endif
 
 #include "php.h"