fixed whitespace

This commit is contained in:
skodak 2009-05-11 17:13:45 +00:00
parent 8dc0ae8fe5
commit f630a546a6

View file

@ -63,7 +63,7 @@ class coding_exception extends moodle_exception {
* An exception that indicates something really weird happended. For example, * An exception that indicates something really weird happended. For example,
* if you do switch ($context->contextlevel), and have one case for each * if you do switch ($context->contextlevel), and have one case for each
* CONTEXT_... constant. You might throw an invalid_state_exception in the * 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. * $context->contextlevel is invalid - rather than ignoring this possibility.
*/ */
class invalid_state_exception extends moodle_exception { class invalid_state_exception extends moodle_exception {
@ -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;
} }