From d527599fcd43650e24b2d72e12f20beafc5026ca Mon Sep 17 00:00:00 2001 From: "Eloy Lafuente (stronk7)" Date: Mon, 13 Jun 2011 10:28:52 +0200 Subject: [PATCH] whitespace fixes --- auth/cas/auth.php | 4 ++-- lib/messagelib.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/auth/cas/auth.php b/auth/cas/auth.php index 5283e883baa..d66bdb80297 100644 --- a/auth/cas/auth.php +++ b/auth/cas/auth.php @@ -405,7 +405,7 @@ class auth_plugin_cas extends auth_plugin_ldap { return false; } - + /** * Reads user information from LDAP and returns it as array() * @@ -423,7 +423,7 @@ class auth_plugin_cas extends auth_plugin_ldap { } return parent::get_userinfo($username); } - + /** * Syncronizes users from LDAP server to moodle user table. * diff --git a/lib/messagelib.php b/lib/messagelib.php index 5747f8bf3fc..c457ece193e 100644 --- a/lib/messagelib.php +++ b/lib/messagelib.php @@ -230,7 +230,7 @@ function message_update_providers($component='moodle') { /** * Returns the active providers for the current user, based on capability - * + * * @deprecated since 2.1 * @todo Remove in 2.2 * @return array of message providers