summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorSiebrand Mazeland <s.mazeland@xs4all.nl>2010-09-20 20:39:28 +0200
committerSiebrand Mazeland <s.mazeland@xs4all.nl>2010-09-20 20:39:28 +0200
commitc0bc3b3042b5964c958d93c53270511674ac95c9 (patch)
tree23158058d4ad71a18c9a731a0386f8cec92d27e0 /plugins
parentb4887a075696b022e699da393613a8d39741f16b (diff)
Superfluous whitespace removed.
Diffstat (limited to 'plugins')
-rw-r--r--plugins/Echo/EchoPlugin.php1
-rw-r--r--plugins/EmailAuthentication/EmailAuthenticationPlugin.php2
2 files changed, 0 insertions, 3 deletions
diff --git a/plugins/Echo/EchoPlugin.php b/plugins/Echo/EchoPlugin.php
index 7b51866eb..cd8d8c0e7 100644
--- a/plugins/Echo/EchoPlugin.php
+++ b/plugins/Echo/EchoPlugin.php
@@ -65,7 +65,6 @@ if (!defined('STATUSNET')) {
*
* @see Event
*/
-
class EchoPlugin extends Plugin
{
// NOTE: The Echo documentation says that this script will change on
diff --git a/plugins/EmailAuthentication/EmailAuthenticationPlugin.php b/plugins/EmailAuthentication/EmailAuthenticationPlugin.php
index 4c018537b..689d6231d 100644
--- a/plugins/EmailAuthentication/EmailAuthenticationPlugin.php
+++ b/plugins/EmailAuthentication/EmailAuthenticationPlugin.php
@@ -34,7 +34,6 @@ if (!defined('STATUSNET') && !defined('LACONICA')) {
class EmailAuthenticationPlugin extends Plugin
{
//---interface implementation---//
-
function onStartCheckPassword($nickname, $password, &$authenticatedUser)
{
if(strpos($nickname, '@'))
@@ -62,4 +61,3 @@ class EmailAuthenticationPlugin extends Plugin
return true;
}
}
-