Skip to content

Commit a3b83f9

Browse files
committed
retab
1 parent e00fae6 commit a3b83f9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

qiniu/resumable_io.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,10 @@ function Qiniu_Rio_Mkblock($self, $host, $reader, $size) // => ($blkputRet, $err
6262

6363
function Qiniu_Rio_Mkfile($self, $host, $key, $fsize, $extra) // => ($putRet, $err)
6464
{
65-
$url = $host . '/mkfile/' . $fsize;
66-
if ($key !== null) {
67-
$url .= '/key/' . Qiniu_Encode($key);
68-
}
65+
$url = $host . '/mkfile/' . $fsize;
66+
if ($key !== null) {
67+
$url .= '/key/' . Qiniu_Encode($key);
68+
}
6969
if (!empty($extra->MimeType)) {
7070
$url .= '/mimeType/' . Qiniu_Encode($extra->MimeType);
7171
}

0 commit comments

Comments
 (0)