- Fix indent of macros

This commit is contained in:
Jani Taskinen 2007-12-17 08:51:17 +00:00
parent cce03434ef
commit 31a779e813

View File

@ -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}
};
/* }}} */