From: moodler Date: Wed, 17 Jun 2009 08:50:16 +0000 (+0000) Subject: Just some whitespace fixes X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=b03fc3925374d58fcb7ec3fb478e5c31d45b2659;p=moodle.git Just some whitespace fixes --- diff --git a/lib/weblib.php b/lib/weblib.php index 24f9cd4bfe..a47de9704c 100644 --- a/lib/weblib.php +++ b/lib/weblib.php @@ -199,9 +199,9 @@ function get_referer($stripquery=true) { * @global string * @return mixed String, or false if the global variables needed are not set */ - function me() { - global $ME; - return $ME; +function me() { + global $ME; + return $ME; } /** @@ -7583,7 +7583,7 @@ class html_list_progress_trace extends moodle_progress_trace { * @param string $authtype plugin type * @return string */ -function auth_get_plugin_title ($authtype) { +function auth_get_plugin_title($authtype) { $authtitle = get_string("auth_{$authtype}title", "auth"); if ($authtitle == "[[auth_{$authtype}title]]") { $authtitle = get_string("auth_{$authtype}title", "auth_{$authtype}");