Skip to content

Commit

Permalink
MDL-30154 Repositories : fixed whitespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
Aparup Banerjee committed Nov 8, 2011
1 parent 3555da1 commit 3fa3248
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/webdavlib.php
Expand Up @@ -1426,7 +1426,7 @@ private function get_respond() {
break;
}
}

// data is to big to handle it as one. Get it chunk per chunk...
//trying to get the full length of max_chunk_size
$buffer = fread($this->sock, $max_chunk_size);
Expand Down

0 comments on commit 3fa3248

Please sign in to comment.