From f630a546a6e0dd68ab4305a81fcdf9aac7d712af Mon Sep 17 00:00:00 2001 From: skodak Date: Mon, 11 May 2009 17:13:45 +0000 Subject: [PATCH] fixed whitespace --- lib/setuplib.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/setuplib.php b/lib/setuplib.php index 2747538635..cbdaeb476d 100644 --- a/lib/setuplib.php +++ b/lib/setuplib.php @@ -63,7 +63,7 @@ class coding_exception extends moodle_exception { * An exception that indicates something really weird happended. For example, * if you do switch ($context->contextlevel), and have one case for each * CONTEXT_... constant. You might throw an invalid_state_exception in the - * default case, to just in case something really weird is going on, and + * default case, to just in case something really weird is going on, and * $context->contextlevel is invalid - rather than ignoring this possibility. */ class invalid_state_exception extends moodle_exception { @@ -350,7 +350,7 @@ function raise_memory_limit($newlimit) { * @param string $newlimit the new memory limit * @return bool */ -function reduce_memory_limit ($newlimit) { +function reduce_memory_limit($newlimit) { if (empty($newlimit)) { return false; } -- 2.39.5