From: Jani Taskinen Date: Tue, 8 Dec 2009 08:20:12 +0000 (+0000) Subject: - No tabs here X-Git-Tag: php-5.4.0alpha1~191^2~2288 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d3205003f57fef0fae273bf340e45cf96f9ee6b9;p=php - No tabs here --- diff --git a/main/output.c b/main/output.c index f825cc8cc6..4b78d05ad4 100644 --- a/main/output.c +++ b/main/output.c @@ -22,10 +22,10 @@ /* $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 */