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

index adc7f579141f773733c14a6d356d23dc2dd15dd8..a1b14cba5ba21d4e69f6796e33956b0959638d7f 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}
 };
 /* }}} */