]> granicus.if.org Git - php/commitdiff
fileinfo: fix misleading indentation in libmagic
authorRiccardo Magliocchetti <riccardo.magliocchetti@gmail.com>
Wed, 20 Dec 2017 18:07:30 +0000 (19:07 +0100)
committerAnatol Belski <ab@php.net>
Thu, 21 Dec 2017 14:39:00 +0000 (15:39 +0100)
ext/fileinfo/libmagic/apprentice.c

index 5ee62d828b4e8eeb8983849d56b4308857a4f6ee..e55f59bbb8c5c7bc094784143892fe1c76a64482 100644 (file)
@@ -2909,7 +2909,7 @@ apprentice_map(struct magic_set *ms, const char *fn)
        if (dbname == NULL)
                goto error;
 
-               stream = php_stream_open_wrapper((char *)fn, "rb", REPORT_ERRORS, NULL);
+       stream = php_stream_open_wrapper((char *)fn, "rb", REPORT_ERRORS, NULL);
 
        if (!stream) {
                goto error;