From: Riccardo Magliocchetti Date: Wed, 20 Dec 2017 18:07:30 +0000 (+0100) Subject: fileinfo: fix misleading indentation in libmagic X-Git-Tag: php-7.2.2RC1~62 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e313daa598bd6493c6117bbe8162a6795183b722;p=php fileinfo: fix misleading indentation in libmagic --- diff --git a/ext/fileinfo/libmagic/apprentice.c b/ext/fileinfo/libmagic/apprentice.c index 5ee62d828b..e55f59bbb8 100644 --- a/ext/fileinfo/libmagic/apprentice.c +++ b/ext/fileinfo/libmagic/apprentice.c @@ -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;