MDL-30154 Repositories : fixed whitespace.
authorAparup Banerjee <aparup@moodle.com>
Tue, 8 Nov 2011 03:29:31 +0000 (11:29 +0800)
committerAparup Banerjee <aparup@moodle.com>
Tue, 8 Nov 2011 03:29:31 +0000 (11:29 +0800)
lib/webdavlib.php

index 33867d6..70bff78 100644 (file)
@@ -1426,7 +1426,7 @@ EOD;
                     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);