From b9fabc8ae60132596dd6e925ee6a93702400af29 Mon Sep 17 00:00:00 2001 From: Jani Taskinen Date: Mon, 17 Dec 2007 08:52:30 +0000 Subject: [PATCH] MFH:- Fix indent of macros --- ext/exif/exif.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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} }; /* }}} */ -- 2.40.0