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

index 7c5e6089bc859863531ba967b5f718854b46bbd1..aa423a54df768836cef18912a8627ebaf2945f9b 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}
 };
 /* }}} */