Skip to content

Commit 61f1ed6

Browse files
committed
Extra space remove
1 parent baa97fb commit 61f1ed6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/fileinfo/fileinfo.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ PHP_FUNCTION(mime_content_type)
443443
php_error_docref(NULL, E_WARNING, "Failed identify data %d:%s", magic_errno(magic), magic_error(magic));
444444
}
445445

446-
php_stream_seek(stream, current_stream_pos, SEEK_SET);
446+
php_stream_seek(stream, current_stream_pos, SEEK_SET);
447447
}
448448

449449
if (UNEXPECTED(ret_val == NULL)) {

0 commit comments

Comments
 (0)