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