mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
fixed whitespace
This commit is contained in:
parent
8dc0ae8fe5
commit
f630a546a6
1 changed files with 2 additions and 2 deletions
|
@ -350,7 +350,7 @@ function raise_memory_limit($newlimit) {
|
||||||
* @param string $newlimit the new memory limit
|
* @param string $newlimit the new memory limit
|
||||||
* @return bool
|
* @return bool
|
||||||
*/
|
*/
|
||||||
function reduce_memory_limit ($newlimit) {
|
function reduce_memory_limit($newlimit) {
|
||||||
if (empty($newlimit)) {
|
if (empty($newlimit)) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue