]> granicus.if.org Git - php/commitdiff
- Fix indent of macros
authorJani Taskinen <jani@php.net>
Mon, 17 Dec 2007 08:51:58 +0000 (08:51 +0000)
committerJani Taskinen <jani@php.net>
Mon, 17 Dec 2007 08:51:58 +0000 (08:51 +0000)
ext/exif/exif.c

index b28b389eff1018a42a28ca4c53d01466c650ef8d..280ee3c06cbe95eb196f868663eeb2c471b92672 100644 (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}
 };
 /* }}} */