From d3205003f57fef0fae273bf340e45cf96f9ee6b9 Mon Sep 17 00:00:00 2001 From: Jani Taskinen Date: Tue, 8 Dec 2009 08:20:12 +0000 Subject: [PATCH] - No tabs here --- main/output.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 */ -- 2.50.1