From: Jani Taskinen Date: Mon, 17 Dec 2007 08:51:17 +0000 (+0000) Subject: - Fix indent of macros X-Git-Tag: RELEASE_1_3_1~494 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=31a779e8137685a848987d52e1da8c8f46207a15;p=php - Fix indent of macros --- diff --git a/ext/exif/exif.c b/ext/exif/exif.c index adc7f57914..a1b14cba5b 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} }; /* }}} */