From: Jani Taskinen Date: Mon, 17 Dec 2007 08:52:30 +0000 (+0000) Subject: MFH:- Fix indent of macros X-Git-Tag: php-5.2.6RC1~237 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b9fabc8ae60132596dd6e925ee6a93702400af29;p=php MFH:- Fix indent of macros --- diff --git a/ext/exif/exif.c b/ext/exif/exif.c index 7c5e6089bc..aa423a54df 100644 --- a/ext/exif/exif.c +++ b/ext/exif/exif.c @@ -244,9 +244,9 @@ PHP_MSHUTDOWN_FUNCTION(exif) /* {{{ exif dependencies */ static const zend_module_dep exif_module_deps[] = { ZEND_MOD_REQUIRED("standard") - #if EXIF_USE_MBSTRING +#if EXIF_USE_MBSTRING ZEND_MOD_REQUIRED("mbstring") - #endif +#endif {NULL, NULL, NULL} }; /* }}} */