From b03fc3925374d58fcb7ec3fb478e5c31d45b2659 Mon Sep 17 00:00:00 2001 From: moodler Date: Wed, 17 Jun 2009 08:50:16 +0000 Subject: [PATCH] Just some whitespace fixes --- lib/weblib.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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}"); -- 2.39.5