summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRiccardo Magliocchetti <riccardo.magliocchetti@gmail.com>2017-12-20 19:07:30 +0100
committerAnatol Belski <ab@php.net>2017-12-21 15:39:00 +0100
commite313daa598bd6493c6117bbe8162a6795183b722 (patch)
treeecad2401abd0e891ea059032233d90377815dec7
parentddd401859c0c0c311e70b964262d1274f4ca8035 (diff)
downloadphp-git-e313daa598bd6493c6117bbe8162a6795183b722.tar.gz
fileinfo: fix misleading indentation in libmagic
-rw-r--r--ext/fileinfo/libmagic/apprentice.c2
1 files changed, 1 insertions, 1 deletions
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;