]> granicus.if.org Git - php/commitdiff
- No tabs here
authorJani Taskinen <jani@php.net>
Tue, 8 Dec 2009 08:20:12 +0000 (08:20 +0000)
committerJani Taskinen <jani@php.net>
Tue, 8 Dec 2009 08:20:12 +0000 (08:20 +0000)
main/output.c

index f825cc8cc6da26e25a6f30168f8b19510b792201..4b78d05ad45db9f642d7b4dc84d40e754e8c3224 100644 (file)
 /* $Id$ */
 
 #ifndef PHP_OUTPUT_DEBUG
-#      define PHP_OUTPUT_DEBUG 0
+# define PHP_OUTPUT_DEBUG 0
 #endif
 #ifndef PHP_OUTPUT_NOINLINE
-#      define PHP_OUTPUT_NOINLINE 0
+# define PHP_OUTPUT_NOINLINE 0
 #endif
 
 #include "php.h"
@@ -38,8 +38,8 @@
 ZEND_DECLARE_MODULE_GLOBALS(output);
 
 #if PHP_OUTPUT_NOINLINE || PHP_OUTPUT_DEBUG
-#      undef   inline
-#      define  inline
+# undef inline
+# define inline
 #endif
 
 /* {{{ aliases, conflict and reverse conflict hash tables */